Skip to content

Commit

Permalink
Merge pull request #6 from shkoo/master
Browse files Browse the repository at this point in the history
Fixed spelling of "its" in documentation
  • Loading branch information
mreiferson committed Jul 13, 2012
2 parents c70d7b6 + afe5fcc commit 6882b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -41,13 +41,13 @@ func (j *Json) CheckGet(key string) (*Json, bool)
}
func (j *Json) Encode() ([]byte, error)
Encode returns it's marshaled data as `[]byte`
Encode returns its marshaled data as `[]byte`
func (j *Json) Float64() (float64, error)
Float64 type asserts to `float64`
func (j *Json) Get(key string) *Json
Get returns a pointer to a new `Json` object for `key` in it's `map`
Get returns a pointer to a new `Json` object for `key` in its `map`
representation
useful for chaining operations (to traverse a nested JSON):
Expand Down

0 comments on commit 6882b4a

Please sign in to comment.