Skip to content

Commit 7de0613

Browse files
authored
Remove extra backtick (#4272)
1 parent dd43526 commit 7de0613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dev_flow/debug/debugging_visual.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Locating the sources path for the debugger
150150
Visual Studio won't be able to find te source files by itself after deleting the original build files. To be able to
151151
debug over the source files, there's an option to manually set the source folder path so that it's possible to debug over the source files. This
152152
requires that the source files for the dependency exist. In our case we can get the location of this source files
153-
by running a ```conan cache path``.
153+
by running a ``conan cache path``.
154154

155155
.. code-block::
156156

0 commit comments

Comments
 (0)