JuliaIO / JSON.jl

JSON parsing and printing
Other
311 stars 100 forks source link

Fix outdated grammar in "Documentation" in README.md #352

Closed singularitti closed 1 year ago

singularitti commented 1 year ago

Fix outdated grammar in "Documentation" in README.md.

Array{T, N} is equivalent to Array.

codecov[bot] commented 1 year ago

Codecov Report

Base: 97.27% // Head: 97.50% // Increases project coverage by +0.22% :tada:

Coverage data is based on head (cafa717) compared to base (60836ac). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #352 +/- ## ========================================== + Coverage 97.27% 97.50% +0.22% ========================================== Files 5 5 Lines 441 441 ========================================== + Hits 429 430 +1 + Misses 12 11 -1 ``` | [Impacted Files](https://codecov.io/gh/JuliaIO/JSON.jl/pull/352?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO) | Coverage Δ | | |---|---|---| | [src/Parser.jl](https://codecov.io/gh/JuliaIO/JSON.jl/pull/352/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL1BhcnNlci5qbA==) | `100.00% <0.00%> (+0.42%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.