From 675edca4c312e2dcdbcef301d34fefdaa9ca66f7 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 3 Dec 2024 12:55:20 -0600 Subject: [PATCH] docs(readme): Fix typo --- crates/toml/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/toml/README.md b/crates/toml/README.md index 82960dda..e169969f 100644 --- a/crates/toml/README.md +++ b/crates/toml/README.md @@ -5,7 +5,7 @@ A [serde]-compatible [TOML][toml] decoder and encoder for Rust. -For format-preserving edits or finer control over output, see [toml_edit] +For format-preserving editing or finer control over output, see [toml_edit] [serde]: https://serde.rs/ [toml]: https://github.com/toml-lang/toml