Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Typo issue : camel-case to camelCase
  • Loading branch information
SVGAnimate authored and nikic committed Dec 27, 2024
1 parent 170f9c8 commit b06f033
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 @@ -46,7 +46,7 @@ Using the generated parser however should be quite fast (the generated parser is

A bunch of things. Here's the wishlist:

* Refactor to make conventions consistent (some parts currently use camel-case, some parts use snakeCase, etc).
* Refactor to make conventions consistent (some parts currently use camelCase, some parts use snake_case, etc).
* Performance tuning
* Unit test as much as possible
* Document as much as possible (It's a complicated series of algorithms with no source documentation in either project).
Expand Down

0 comments on commit b06f033

Please sign in to comment.