Skip to content

Commit

Permalink
fix: readme typos (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
ancientmodern committed Sep 12, 2023
1 parent 9cc03f3 commit fe9f32a
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 @@ -107,7 +107,7 @@ err := sonic.Unmarshal(output, &data)
```

### Streaming IO
Sonic supports decoding json from `io.Reader` or encoding objects into `io.`Writer`, aims at handling multiple values as well as reducing memory consumption.
Sonic supports decoding json from `io.Reader` or encoding objects into `io.Writer`, aims at handling multiple values as well as reducing memory consumption.
- encoder
```go
var o1 = map[string]interface{}{
Expand Down

0 comments on commit fe9f32a

Please sign in to comment.