Skip to content

Commit

Permalink
Merge pull request #87 from der-lyse/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in documentation
  • Loading branch information
leonelquinteros committed Oct 3, 2023
2 parents 6f739b6 + d160694 commit 12a9914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion po.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Example:
func main() {
// Create po object
po := gotext.NewPoTranslator()
po := gotext.NewPo()
// Parse .po file
po.ParseFile("/path/to/po/file/translations.po")
Expand Down

0 comments on commit 12a9914

Please sign in to comment.