diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 20:59:31 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:56 +0700 |
commit | 786671db04642540cd52ace5cd2ce32ea4a601a4 (patch) | |
tree | 980be4a215b515459df072ec4e7c595655de6bde /development/complexity | |
parent | 87ba4877b0d3fc0adcec64bf44877530261bae1d (diff) |
development/complexity: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/complexity')
-rw-r--r-- | development/complexity/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/complexity/README b/development/complexity/README index 8bc8a7b26195..492fcd062aa1 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. |