Skip to content

Commit

Permalink
Capitalize "JSON"
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcco committed Jan 13, 2016
1 parent e23b325 commit b306504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediawiki.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b306504

Please sign in to comment.