summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/stmts.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/stmts.txt b/doc/manual/stmts.txt
index a833d7b7d..59f7eef55 100644
--- a/doc/manual/stmts.txt
+++ b/doc/manual/stmts.txt
@@ -65,7 +65,7 @@ Void context
 
 In a list of statements every expression except the last one needs to have the
 type ``void``. In addition to this rule an assignment to the builtin ``result``
-symbol also triggers a ``void`` context:
+symbol also triggers a mandatory ``void`` context for the subsequent expressions:
 
 .. code-block:: nim
   proc invalid*(): string =