Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antonholmquist committed Dec 5, 2014
1 parent 7cb5f7c commit d976abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jason.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// age, err := friend.GetNumber("age")
// }
//
// Loop through keys of object.
// Loop through keys of object
//
// Looping through an object is done by first getting it with `GetObject()` and then range on the Map().
// The GetObject() method returns an error if the value at that keypath is null (or something else than an object).
Expand Down

0 comments on commit d976abb

Please sign in to comment.