summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-10-14 15:34:01 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-10-14 15:38:00 +0200
commit01f527d7c47b59568fc86baeb4a6c5a9603ce4ae (patch)
tree55da016e96c28e72acb3259a415c57748a32b9a3 /doc
parent5928968c8fa5f9acace421583979313334eaab04 (diff)
Fix typos
Diffstat (limited to 'doc')
-rw-r--r--doc/src/03010-conventions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/03010-conventions.md b/doc/src/03010-conventions.md
index f9a4d09a..7290b234 100644
--- a/doc/src/03010-conventions.md
+++ b/doc/src/03010-conventions.md
@@ -21,7 +21,7 @@ might start with their first version not at 0.1.0 but at something like 0.5.0.
## Store and Entry functionality
A `Entry` does not offer much functionality by itself. So its the job of
-libraries to _extend_ their functionality. This should never be done by wrapping
+libraries to _extend_ its functionality. This should never be done by wrapping
the `Entry` type itself but by providing and implementing an extension trait on
it.
@@ -79,7 +79,7 @@ they depend on one or more "libimagentrything" libraries. They should be named
If such a library needs to depend on another "libimagthing", for example if
"libimagdiary" needs to depend on "libimagnote", one should think about this and
-whether the functionality could ve outsourced to a more general
+whether the functionality could be outsourced to a more general
"libimagentrything". It is not forbidden, though.
A library which implements a functionality for imag may contain helper functions