Skip to content

Commit 628a1e7

Browse files
griesemergopherbot
authored andcommitted
doc/go1.20: fix typo
Change-Id: Icddf980e533b86ca955660ad028f5ad04b6aecbe Reviewed-on: https://go-review.googlesource.com/c/go/+/457916 Auto-Submit: Robert Griesemer <[email protected]> Reviewed-by: Robert Griesemer <[email protected]> TryBot-Bypass: Robert Griesemer <[email protected]> Reviewed-by: Than McIntosh <[email protected]>
1 parent 357ea85 commit 628a1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go1.20.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
815815
The new <a href="/pkg/go/types/#Satisfies"><code>Satisfies</code></a> function reports
816816
whether a type satisfies a constraint.
817817
This change aligns with the <a href="#language">new language semantics</a>
818-
that distinguish satsifying a constraint from implementing an interface.
818+
that distinguish satisfying a constraint from implementing an interface.
819819
</p>
820820
</dd>
821821
</dl><!-- go/types -->

0 commit comments

Comments
 (0)