From 5ca6d5274e8f98905d3295928e450565a0a0b158 Mon Sep 17 00:00:00 2001 From: TH Lim Date: Tue, 14 Apr 2020 15:49:15 +0800 Subject: [PATCH] Add space between inline-literal symbol and word (#1328) There is a missing space between `` and word causes paragraph to overrun the right margin --- src/sphinx/formats/graalvm-native-image.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sphinx/formats/graalvm-native-image.rst b/src/sphinx/formats/graalvm-native-image.rst index 500ac78bb..48cf9c166 100644 --- a/src/sphinx/formats/graalvm-native-image.rst +++ b/src/sphinx/formats/graalvm-native-image.rst @@ -49,7 +49,7 @@ Settings ``native-image`` Executable Command (Pay attention if you are using Windows OS) ~~~~ -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``. +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``. ``graalVMNativeImageCommand`` 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``.