Skip to content

Commit 5ca6d52

Browse files
authored
Add space between inline-literal symbol and word (#1328)
There is a missing space between `` and word causes paragraph to overrun the right margin
1 parent 106bb94 commit 5ca6d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sphinx/formats/graalvm-native-image.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Settings
4949

5050
``native-image`` Executable Command (Pay attention if you are using Windows OS)
5151
~~~~
52-
Putting ``native-image`` in ``PATH`` does not work for Windows. ``native-image``is a batch file in Windows that calls another executable to compile the Java classes to a standalone executable. Therefore, the full path to the batch file e.g. ``C:\Program Files\Java\graalvm\bin\native-image.cmd`` must be provided. It is important to include ``.cmd``.
52+
Putting ``native-image`` in ``PATH`` does not work for Windows. ``native-image`` is a batch file in Windows that calls another executable to compile the Java classes to a standalone executable. Therefore, the full path to the batch file e.g. ``C:\Program Files\Java\graalvm\bin\native-image.cmd`` must be provided. It is important to include ``.cmd``.
5353

5454
``graalVMNativeImageCommand``
5555
Set this parameter to point to ``native-image`` or ``native-image.cmd``. For Linux, set this parameter if it is inconvenient to make ``native-image`` available in your ``PATH``.

0 commit comments

Comments
 (0)