Skip to content

Commit 2a0aeb1

Browse files
griesemergopherbot
authored andcommitted
doc/next: minor grammar fix in release notes
For #66626. For #68545. Change-Id: I4fe21bdaa9580eb087c849de72e98f6145121dd0 Reviewed-on: https://go-review.googlesource.com/c/go/+/633282 Reviewed-by: Robert Griesemer <[email protected]> Auto-Submit: Robert Griesemer <[email protected]> Reviewed-by: Alan Donovan <[email protected]> TryBot-Bypass: Robert Griesemer <[email protected]>
1 parent 953a1be commit 2a0aeb1

File tree

1 file changed

+1
-1
lines changed
  • doc/next/6-stdlib/99-minor/go/types

1 file changed

+1
-1
lines changed

doc/next/6-stdlib/99-minor/go/types/66626.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
All `go/types` data structures that expose sequences using a pair of
3-
methods such as `Len() int` and `At(int) T` now also methods that
3+
methods such as `Len() int` and `At(int) T` now also have methods that
44
return iterators, allowing you to simplify code such as this:
55

66
```go

0 commit comments

Comments
 (0)