Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ It also has a bunch of unnecessary commas between values.
RON has the same problem.

### Why not [RON](https://github.com/ron-rs/ron)?
The goal of RON is to perfectly map the Rust datatypes, which is cool, but it means it leans more towards being verobse and complex while Eon wants to be lean and simple.
The goal of RON is to perfectly map the Rust datatypes, which is cool, but it means it leans more towards being verbose and complex while Eon wants to be lean and simple.

### Why not [Toml](https://toml.io/en/)?
Toml is a very nice and clean language.
Expand Down