summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-11-09 16:51:21 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-12-01 13:03:22 +0100
commit0d27139cf7c8a3a301f5c80401a8eeee8bf50bdd (patch)
treea487654533fef332ffce77eed62aa7c9f4553866
parent33e53dca6dbcd27e1b905583b2c113e518eba275 (diff)
Remove trailing whitespace
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--doc/src/01000-intro.md4
-rw-r--r--doc/src/03010-conventions.md4
-rw-r--r--doc/src/09010-contributing.md2
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/01000-intro.md b/doc/src/01000-intro.md
index ca645b53..a8f75cbd 100644
--- a/doc/src/01000-intro.md
+++ b/doc/src/01000-intro.md
@@ -1,7 +1,7 @@
# Introduction {#sec:introduction}
This document is the user documentation for imag, the personal
-information management suite for the commandline.
+information management suite for the commandline.
**Basically: This is Hobby stuff. Expect incompleteness, false statements and
generally read with grain of salt.**
@@ -74,7 +74,7 @@ The difference between imag and the mentioned projects is:
querying.
* zim is a wiki, which could be used for PIM but is not specialized for it.
Recording habits might be possible, but not that simple as with imag
-
+
imag is not there
yet, though. Some parts can be used, though it is far away from being feature-complete.
diff --git a/doc/src/03010-conventions.md b/doc/src/03010-conventions.md
index 5e9ffe7e..77856353 100644
--- a/doc/src/03010-conventions.md
+++ b/doc/src/03010-conventions.md
@@ -47,7 +47,7 @@ Libraries which provide functionality for entries or the store but no
domain-functionality should be named "libimagentrything" whereas "thing" stands for
what the library provides.
-All domain libraries should be prefixed with "libimag".
+All domain libraries should be prefixed with "libimag".
### Library scope
@@ -93,7 +93,7 @@ possible without a lot of effort, but still: more tests = better!
The commandline tools are the CLI-frontends for their respective libraries.
So `libimagdiary` has a CLI frontend `imag-diary`.
-Those CLI frontends use functionality from `libimagrt` to build a
+Those CLI frontends use functionality from `libimagrt` to build a
commandline interface which is consistent with the rest of the ecosystem.
Commandline applications use the runtime interfaces for receiving IDs from the
diff --git a/doc/src/09010-contributing.md b/doc/src/09010-contributing.md
index 1978cccc..a86ae2e9 100644
--- a/doc/src/09010-contributing.md
+++ b/doc/src/09010-contributing.md
@@ -51,7 +51,7 @@ All dependencies are installable with the nix package manager by using a
## Commit guidelines
Make sure your patchset does not contain "Fixup" commits when publishing it, but feel
-free to send "Fixup" commits in the review process.
+free to send "Fixup" commits in the review process.
If squashing fails I will come back to you.
We do not follow some official Rust styleguide for our codebase, but we try to