encoding/json: Inconsistent spelling of unmarshaling/unmarshalling. #12431
Labels
Comments
CL https://golang.org/cl/14150 mentions this issue. |
CL https://golang.org/cl/33017 mentions this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On lastest
master
commit, inencoding/json/decode.go
file, there are two variations of spelling of the same word:It can be made better by having a consistent spelling, making it easier to find out which is the canonical spelling.
Edit: Including test files and "marshaling"/"marshalling", the count goes to 8 and 3, respectively.
The text was updated successfully, but these errors were encountered: