diff options
Diffstat (limited to 'src/encoding/json')
| -rw-r--r-- | src/encoding/json/scanner.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encoding/json/scanner.go b/src/encoding/json/scanner.go index 22fc6922da..4c43f5f98c 100644 --- a/src/encoding/json/scanner.go +++ b/src/encoding/json/scanner.go @@ -594,7 +594,7 @@ func (s *scanner) error(c byte, context string) int { return scanError } -// quoteChar formats c as a quoted character literal +// quoteChar formats c as a quoted character literal. func quoteChar(c byte) string { // special cases - different from quoted strings if c == '\'' { |
