diff --git a/doc/next/6-stdlib/99-minor/go/types/66626.md b/doc/next/6-stdlib/99-minor/go/types/66626.md index 62e8a48820..731819a64b 100644 --- a/doc/next/6-stdlib/99-minor/go/types/66626.md +++ b/doc/next/6-stdlib/99-minor/go/types/66626.md @@ -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