Skip to content

Commit

Permalink
doc/next: minor grammar fix in release notes
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
griesemer authored and gopherbot committed Dec 3, 2024
1 parent 953a1be commit 2a0aeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/next/6-stdlib/99-minor/go/types/66626.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

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

```go
Expand Down

0 comments on commit 2a0aeb1

Please sign in to comment.