diff --git a/tutorials/plugins/gdnative/gdnative-cpp-example.rst b/tutorials/plugins/gdnative/gdnative-cpp-example.rst index aec5a39c7..5bc1ff0c9 100644 --- a/tutorials/plugins/gdnative/gdnative-cpp-example.rst +++ b/tutorials/plugins/gdnative/gdnative-cpp-example.rst @@ -129,7 +129,7 @@ Place the resulting ``api.json`` file in the project folder and add below. To generate and compile the bindings, use this command (replacing ```` -with ``windows``, ``x11`` or ``osx`` depending on your OS): +with ``windows``, ``linux`` or ``osx`` depending on your OS): .. code-block:: none