Skip to content
Snippets Groups Projects
Verified Commit 2a81775d authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

:bug: Manual: fix verbatim quotes around character introducing MATLAB-specific comments

parent 25416a64
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ are introduced by ``/*`` and terminated by ``*/``.
*/
 
Note that these comment marks should not be used in native MATLAB code regions
where the `%` should be preferred instead to introduce a comment. In a
where the ``%`` should be preferred instead to introduce a comment. In a
``verbatim`` block, see :ref:`verbatim`, this would result in a crash since
``//`` is not a valid MATLAB statement).
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment