From 56000d758f3736a9f7ae4fe66b461fd9017e5465 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 22 Nov 2020 09:41:45 +0200 Subject: doc: improve wording --- obnam.md | 10 +++++----- 1 file 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 -- cgit v1.2.1