summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/style.9.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/style.9.txt b/doc/style.9.txt
index 846a3e46..c4a57780 100644
--- a/doc/style.9.txt
+++ b/doc/style.9.txt
@@ -625,9 +625,8 @@ Boolean Coercion
~~~~~~~~~~~~~~~~
Boolean coercion should only be used when the resulting text is semantically
-valid, i.e. it can be understood that the expression is either true, or false.
-
-checking error codes and pointers. For example :
+valid, i.e. it can be understood that the expression is either true or false.
+For example :
[source,c]
--------------------------------------------------------------------------------