From ea0465a9f66f9e61da2e9875c6e12c0c976fd37b Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Fri, 1 Aug 2025 16:31:31 +0200 Subject: [PATCH] Update README.md Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b435fb..0abe304 100644 --- a/README.md +++ b/README.md @@ -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.