fix typo stuct to struct

pull/1626/head
Frontend 2015-02-17 16:53:31 -05:00
parent cd87583d65
commit bacd500a7f
1 changed files with 1 additions and 1 deletions

View File

@ -2733,7 +2733,7 @@ type Results struct {
Err error
}
// MarshalJSON encodes a Results stuct into JSON.
// MarshalJSON encodes a Results struct into JSON.
func (r Results) MarshalJSON() ([]byte, error) {
// Define a struct that outputs "error" as a string.
var o struct {