summaryrefslogtreecommitdiffstats
path: root/vendor/toml_edit/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/toml_edit/README.md')
-rw-r--r--vendor/toml_edit/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/toml_edit/README.md b/vendor/toml_edit/README.md
index f1c74eeb0..12d879af0 100644
--- a/vendor/toml_edit/README.md
+++ b/vendor/toml_edit/README.md
@@ -9,7 +9,7 @@
This crate allows you to parse and modify toml
documents, while preserving comments, spaces *and
-relative order* or items.
+relative order* of items.
`toml_edit` is primarily tailored for [cargo-edit](https://github.com/killercup/cargo-edit/) needs.