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

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

(cherry picked from commit 2a81775d)
parent 020a3c89
Branches
Tags
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.
Please register or to comment