Fix broken formatting in the beginning of What is GDNative?

This commit is contained in:
Hugo Locurcio
2020-10-02 13:50:02 +02:00
parent ca8017f11f
commit 5d26ce0ea9
@@ -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>`.