Unreviewed changes
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: doc/go_spec.html
Insertions: 1, Deletions: 1.
@@ -4412,7 +4412,7 @@
</pre>
<p>
-When using a generic function (or method), type arguments may be provided explicitly,
+When using a generic function or method, type arguments may be provided explicitly,
or they may be partially or completely <a href="#Type_inference">inferred</a>
from the context in which the function is used.
Provided that they can be inferred, type argument lists may be omitted entirely if the function is:
```
Change information
Commit message:
spec: fix prose in Instantiatons section
For #77273.
Change-Id: Idf5b81f77115e4e30921476f7424769fdf604ef4
Change size: XS
Delta: 1 file changed, 4 insertions(+), 4 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +2 by Alan Donovan, +1 by Robert Griesemer
TryBots-Pass: TryBot-Bypass+1 by Robert Griesemer