Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orisano authored Oct 5, 2024
1 parent 967a614 commit 6eab3e2
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 @@ -135,7 +135,7 @@ for {
case xmlb.CharData:
t, _ := tok.CharData()
case xmlb.EndElement:
t, _ := tok.EndElement()
t := tok.EndElement()
}
}
```
Expand Down

0 comments on commit 6eab3e2

Please sign in to comment.