Skip to content

Commit

Permalink
Fix outdated grammar in "Documentation" in README.md (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti authored Dec 9, 2022
1 parent 60836ac commit 4906286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ JSON.print(io::IO, n::Nothing)
JSON.print(io::IO, b::Bool)
JSON.print(io::IO, a::AbstractDict)
JSON.print(io::IO, v::AbstractVector)
JSON.print{T, N}(io::IO, v::Array{T, N})
JSON.print(io::IO, v::Array)
```

Writes a compact (no extra whitespace or indentation) JSON representation
Expand Down

0 comments on commit 4906286

Please sign in to comment.