Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
Fixes #342
  • Loading branch information
arp242 committed Feb 12, 2022
1 parent 01e5516 commit 51b22f2
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 @@ -56,7 +56,7 @@ And then decoded with:

```go
var conf Config
err := toml.Decode(tomlData, &conf)
_, err := toml.Decode(tomlData, &conf)
// handle error
```

Expand Down

0 comments on commit 51b22f2

Please sign in to comment.