Skip to content

Commit 14af9ad

Browse files
authored
corrected "upsteam" to "upstream" in json/README.md (#39)
1 parent d3de183 commit 14af9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ and therefore are not as approachable as typical Go programs. Basically, we put
6969
a bigger burden on maintainers to achieve better runtime cost without
7070
sacrificing developer productivity.
7171

72-
For these reasons, we also don't believe that this code should be ported upsteam
72+
For these reasons, we also don't believe that this code should be ported upstream
7373
to the standard `encoding/json` package. The standard library has to remain
7474
readable and approachable to maximize stability and maintainability, and make
7575
projects like this one possible because a high quality reference implementation

0 commit comments

Comments
 (0)