diff options
Diffstat (limited to 'doc/contributing.rst')
-rw-r--r-- | doc/contributing.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst index ff623d8cf..e927683d0 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -252,6 +252,7 @@ the imperative (command) form. That is, between: proc hello*(): string = ## Return "hello" result = "hello" + or .. code-block:: nim |