diff --git a/tutorials/plugins/gdnative/what_is_gdnative.rst b/tutorials/plugins/gdnative/what_is_gdnative.rst index 2aa192345..9ce86992b 100644 --- a/tutorials/plugins/gdnative/what_is_gdnative.rst +++ b/tutorials/plugins/gdnative/what_is_gdnative.rst @@ -7,10 +7,8 @@ Introduction ------------ **GDNative** is a Godot-specific technology that lets the engine interact with - native `shared libraries - `__ at - run-time. You can use it to run native code without compiling it with the - engine. +native `shared libraries `__ +at run-time. You can use it to run native code without compiling it with the engine. .. note:: GDNative is *not* a scripting language and has no relation to :ref:`GDScript `.