Skip to content

Commit

Permalink
Merge pull request #618 from Miha-x64/patch-1
Browse files Browse the repository at this point in the history
fix typo: order *of* items
  • Loading branch information
epage authored Oct 3, 2023
2 parents fe65b2b + 4a2607d commit 87a740f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/toml_edit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 87a740f

Please sign in to comment.