Skip to content

Commit 73fb153

Browse files
committed
Merge pull request #131 from blueyed/doc-fix
doc fix: missing bar
2 parents 32672ab + aa76437 commit 73fb153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Vdebug.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ You can evaluate code snippets at the current point of execution, which can be
717717
used to see the result of a condition, arithmetic expressions, etc. These
718718
snippets are written in the language that's being debugged. There are two ways
719719
of evaluating expresions: you can either write them yourself
720-
(|VdebugEvalExpression) or use visual highlighting to select an expression from
720+
(|VdebugEvalExpression|) or use visual highlighting to select an expression from
721721
the source window.
722722

723723
On evaluating an expression, the result is shown in the watch window. To return

0 commit comments

Comments
 (0)