Skip to content

Commit e09d300

Browse files
committed
Don't confuse arrays/slices with lists
1 parent 8c8807b commit e09d300

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

posts/golang_distilled.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ func ReadFull(r Reader, buf []byte) (n int, err error) {
158158

159159
### Collections
160160

161-
#### Arrays and slices (lists)
161+
#### Arrays and slices
162162

163163

164164

@@ -197,7 +197,6 @@ func ReadFull(r Reader, buf []byte) (n int, err error) {
197197

198198

199199

200-
201200
### Enums and `iota`
202201

203202
https://github.com/golang/go/wiki/Iota

0 commit comments

Comments
 (0)