From d976abb897929949f21cdbf541c07cd6b2ce655d Mon Sep 17 00:00:00 2001 From: Anton Holmquist Date: Fri, 5 Dec 2014 17:52:41 +0100 Subject: [PATCH] Fix --- jason.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jason.go b/jason.go index 83fd6cc..846f83f 100644 --- a/jason.go +++ b/jason.go @@ -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).