summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-22 09:41:45 +0200
committerLars Wirzenius <liw@liw.fi>2020-11-22 09:41:45 +0200
commit56000d758f3736a9f7ae4fe66b461fd9017e5465 (patch)
treee89f47c5e99dafcd31fdc4ff626f5e9227eca0d2
parent51955ba35687c82fded62a7d2ea8651341e0379c (diff)
downloadobnam2-56000d758f3736a9f7ae4fe66b461fd9017e5465.tar.gz
doc: improve wording
-rw-r--r--obnam.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/obnam.md b/obnam.md
index 6f2627e..c987930 100644
--- a/obnam.md
+++ b/obnam.md
@@ -15,11 +15,11 @@ sacrificing security or ease of use, while being maintainable in the
long run. I also intend to have fun while developing the new software.
Part of that maintainability is going to be achieved by using Rust as
-the programming language (strong, static type system) rather than
-Python (dynamic, comparatively weak type system). Another part is more
-strongly aiming for simplicity and elegance. Obnam1 used an elegant,
-but not very simple copy-on-write B-tree structure; Obnam2 will use
-[SQLite][].
+the programming language (which has a strong, static type system)
+rather than Python (which has a dynamic, comparatively weak type
+system). Another part is more strongly aiming for simplicity and
+elegance. Obnam1 used an elegant, but not very simple copy-on-write
+B-tree structure; Obnam2 will use [SQLite][].
[SQLite]: https://sqlite.org/index.html