Improved docs

This commit is contained in:
Leonel Quinteros
2016-06-24 17:09:37 -03:00
parent 25256ca6c0
commit 7f36e228f2

4
po.go
View File

@@ -44,8 +44,8 @@ func (t *translation) getN(n int) string {
/*
Po parses the content of any PO file and provides all the translation functions needed.
It's the base object used by all packafe methods.
And it's safe for concurrent use by multiple goroutines by using the sync package for write locking.
It's the base object used by all packafe methods.
And it's safe for concurrent use by multiple goroutines by using the sync package for write locking.
Example: