diff options
Diffstat (limited to 'doc/markup/code.rst')
-rw-r--r-- | doc/markup/code.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/markup/code.rst b/doc/markup/code.rst index 0021af501..3b14bd6e2 100644 --- a/doc/markup/code.rst +++ b/doc/markup/code.rst @@ -96,7 +96,7 @@ switch on line numbers for the individual block:: Some more Ruby code. The first line number can be selected with the ``lineno-start`` option. If -present, ``linenos`` is automatically activated as well. +present, ``linenos`` is automatically activated as well:: .. code-block:: ruby :lineno-start: 10 |