Browse Source

Merge pull request #4187 from Calinou/what-is-gdnative-fix-formatting

Fix broken formatting in the beginning of What is GDNative?
Nathan Lovato 4 years ago
parent
commit
10c0bfa2f3
1 changed files with 2 additions and 4 deletions
  1. 2 4
      tutorials/plugins/gdnative/what_is_gdnative.rst

+ 2 - 4
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
- <https://en.wikipedia.org/wiki/Library_(computing)#Shared_libraries>`__ at
- run-time. You can use it to run native code without compiling it with the
- engine.
+native `shared libraries <https://en.wikipedia.org/wiki/Library_(computing)#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 <doc_gdscript>`.