From: Matthew Dempsky Date: Sun, 27 Feb 2022 05:08:52 +0000 (-0800) Subject: spec: the -'s possessive suffix is English, not code X-Git-Tag: go1.18~33^2~5 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b33592dcfd2c8cf1e574531ecb49af7755864e82;p=gostls13.git spec: the -'s possessive suffix is English, not code Change-Id: I2debcf926ef116c632c7366646d37de8686b7c9e Reviewed-on: https://go-review.googlesource.com/c/go/+/388174 Reviewed-by: Robert Griesemer Trust: Matthew Dempsky --- diff --git a/doc/go_spec.html b/doc/go_spec.html index bf8b5ed5bf..6c6f982854 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -2008,7 +2008,7 @@ by a value of type T.

-Additionally, if x's type V or T are type parameters +Additionally, if x's type V or T are type parameters with specific types, x is assignable to a variable of type T if one of the following conditions applies:

@@ -7414,7 +7414,7 @@ an explicit call to panic or a run-time terminates the execution of F. Any functions deferred by F are then executed as usual. -Next, any deferred functions run by F's caller are run, +Next, any deferred functions run by F's caller are run, and so on up to any deferred by the top-level function in the executing goroutine. At that point, the program is terminated and the error condition is reported, including the value of the argument to panic.