Skip to content

Commit b83b4a8

Browse files
committed
Fix another typo in docs
1 parent 8fde45b commit b83b4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ if lines, err := it.TryCollect(it.LinesString(text)); err != nil {
110110
}
111111
```
112112

113-
MustCollect is similar except that if an error is encountered then a panic will occur.
113+
`MustCollect` is similar except that if an error is encountered then a panic will occur.
114114

115115
```go
116116
text := strings.NewReader("one\ntwo\nthree\n")

0 commit comments

Comments
 (0)