From b3065040615d0787264ac443f0f7a9fc87ded39d Mon Sep 17 00:00:00 2001 From: Michael McConville Date: Wed, 13 Jan 2016 00:25:06 -0500 Subject: [PATCH] Capitalize "JSON" --- mediawiki.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediawiki.go b/mediawiki.go index b8939d4..219223a 100644 --- a/mediawiki.go +++ b/mediawiki.go @@ -64,7 +64,7 @@ type outerEdit struct { // Response is a struct used for unmarshaling the MediaWiki JSON response. type Response struct { Query struct { - // The json response for this part of the struct is dumb. + // The JSON response for this part of the struct is dumb. // It will return something like { '23': { 'pageid': 23 ... // // As a workaround you can use PageSlice which will create