Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clipperhouse committed Jul 29, 2024
1 parent 0549a47 commit eb7fdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ If you do not actually need the array, but only need to iterate over the splits,

### Data types

This packages handles `string` and `[]byte` (and named types based on them). If you have an `io.Reader`, we suggest [`bufio.Scanner`](https://pkg.go.dev/bufio) from the standard library.
This packages handles `string` and `[]byte`. If you have an `io.Reader`, we suggest [`bufio.Scanner`](https://pkg.go.dev/bufio) from the standard library.

### Testing

Expand Down

0 comments on commit eb7fdc0

Please sign in to comment.