diff --git a/stanza/README.md b/stanza/README.md index f49686c..5fc0896 100644 --- a/stanza/README.md +++ b/stanza/README.md @@ -1,6 +1,6 @@ # XMPP Stanza -XMPP `stanza` package is used to parse, marshall and unmarshal XMPP stanzas and nonzas. +XMPP `stanza` package is used to parse, marshal and unmarshal XMPP stanzas and nonzas. ## Stanza creation diff --git a/stanza/doc.go b/stanza/doc.go index f90c88a..fee61b7 100644 --- a/stanza/doc.go +++ b/stanza/doc.go @@ -1,4 +1,4 @@ /* -XMPP stanza package is used to parse, marshall and unmarshal XMPP stanzas and nonzas. +XMPP stanza package is used to parse, marshal and unmarshal XMPP stanzas and nonzas. */ package stanza