summaryrefslogtreecommitdiffstats
path: root/development/complexity/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/complexity/README')
-rw-r--r--development/complexity/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/complexity/README b/development/complexity/README
index 8bc8a7b261..492fcd062a 100644
--- a/development/complexity/README
+++ b/development/complexity/README
@@ -6,6 +6,6 @@ Complexity scans your C source code to help you:
* Get an idea of how much effort may be required to understand that code
* Get an idea of the effort required to test a code base
* Provide a reminder to yourself. You may see what you've written as
- obvious, but others may not. It is useful to have a hint about what code may
- seem harder to understand by others, and then decide if some rework may be in
- order.
+ obvious, but others may not. It is useful to have a hint about what
+ code may seem harder to understand by others, and then decide if
+ some rework may be in order.