summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-11-09 17:07:17 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-12-01 13:03:22 +0100
commitffa6e372e1779033878ad02a1752348d7b289f49 (patch)
treefdafc55dfe7082625d6d52a32a96d0e7dc3ecbfc
parent9dce31edb40d85cddfbb70741619dd2dd1c8fd4c (diff)
Prettify wording
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--doc/src/01010-architecture.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/01010-architecture.md b/doc/src/01010-architecture.md
index 1cbaffac..5ea8ddff 100644
--- a/doc/src/01010-architecture.md
+++ b/doc/src/01010-architecture.md
@@ -104,6 +104,6 @@ not on the `FileLockEntry`.
The `Entry` provides access to its header, which is a `toml::Value`, where toml
is the toml-rs crate (external project). Convenience functionality is provided
-via the `toml-query` crate, which is an external project which was initiated and
+via the `toml-query` crate, an external project which was initiated and
extracted from the imag project.