brianmario / yajl-ruby

A streaming JSON parsing and encoding library for Ruby (C bindings to yajl)
http://rdoc.info/projects/brianmario/yajl-ruby
MIT License
1.48k stars 169 forks source link

docs: fix simple typo, enitity -> entity #194

Closed timgates42 closed 3 years ago

timgates42 commented 3 years ago

There is a small typo in ext/yajl/yajl_parser.c.

Should read entity rather than enitity.

brianmario commented 3 years ago

Thanks!