sile / jsone

Erlang JSON library
MIT License
291 stars 71 forks source link

Fix minor typos on jsone.md #50

Closed Alberdi closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #50 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #50   +/-   ##
=======================================
  Coverage   88.72%   88.72%           
=======================================
  Files           3        3           
  Lines         275      275           
=======================================
  Hits          244      244           
  Misses         31       31           
Impacted Files Coverage Δ
src/jsone.erl 35.71% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2ebbe23...3a91c1e. Read the comment docs.

Alberdi commented 3 years ago

Sure! I've updated the jsone.erl file and regenerated the jsone.md file.

Thank you for the library!