Improved docs

This commit is contained in:
Leonel Quinteros
2016-06-24 17:06:33 -03:00
parent 077a9fac1b
commit ed080f71c3

2
po.go
View File

@@ -51,7 +51,7 @@ Example:
func main() { func main() {
// Create po object // Create po object
po := new(Po) po := new(gotext.Po)
// Parse .po file // Parse .po file
po.ParseFile("/path/to/po/file/translations.po") po.ParseFile("/path/to/po/file/translations.po")