We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953a1be commit 2a0aeb1Copy full SHA for 2a0aeb1
doc/next/6-stdlib/99-minor/go/types/66626.md
@@ -1,6 +1,6 @@
1
2
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
+methods such as `Len() int` and `At(int) T` now also have methods that
4
return iterators, allowing you to simplify code such as this:
5
6
```go
0 commit comments