summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B. Watson2020-10-13 06:35:21 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:39:27 +0200
commit2e7762e746ec3b69b7653f8150ca90cfea9b6ef4 (patch)
treede77e9fb87a75c1628e48f82d034e20fafd4991b /development
parent95a1d7ef012b8f71072799531e181d6f0344aa9d (diff)
downloadslackbuilds-2e7762e746ec3b69b7653f8150ca90cfea9b6ef4.tar.gz
development/ninja: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/ninja/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/development/ninja/README b/development/ninja/README
index 4881393f6e..6f1c62d7da 100644
--- a/development/ninja/README
+++ b/development/ninja/README
@@ -1,4 +1,4 @@
-Ninja is a small build system with a focus on speed. It differs from other
-build systems in two major respects: it is designed to have its input files
-generated by a higher-level build system, and it is designed to run builds as
-fast as possible.
+Ninja is a small build system with a focus on speed. It differs from
+other build systems in two major respects: it is designed to have
+its input files generated by a higher-level build system, and it is
+designed to run builds as fast as possible.