Skip to content

Commit 12a9914

Browse files
Merge pull request #87 from der-lyse/fix-typo
Fix typo in documentation
2 parents 6f739b6 + d160694 commit 12a9914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

po.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Example:
2525
2626
func main() {
2727
// Create po object
28-
po := gotext.NewPoTranslator()
28+
po := gotext.NewPo()
2929
3030
// Parse .po file
3131
po.ParseFile("/path/to/po/file/translations.po")

0 commit comments

Comments
 (0)