Skip to content

Commit eec82bd

Browse files
authored
Minor fix
1 parent 90dad69 commit eec82bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/cpp_export.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ structure:
228228
.. tip::
229229
On Windows, debug and release builds are not ABI-compatible. If you plan to
230230
build your project in debug mode, please try the debug version of LibTorch.
231-
Also, make sure you specify the correct configuration in the `cmake --build .`
231+
Also, make sure you specify the correct configuration in the ``cmake --build .``
232232
line below.
233233

234234
The last step is building the application. For this, assume our example

0 commit comments

Comments
 (0)