From 7f36e228f2e14508e11e476cd397dfd6c32e0e51 Mon Sep 17 00:00:00 2001 From: Leonel Quinteros Date: Fri, 24 Jun 2016 17:09:37 -0300 Subject: [PATCH] Improved docs --- po.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po.go b/po.go index fd96f23..4a26008 100644 --- a/po.go +++ b/po.go @@ -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: