mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fix class reference link on C# features
Fixed a misplaced double back quote that is supposed to be a class reference link on C# features page
(cherry picked from commit 939719f9eb)
This commit is contained in:
committed by
Rémi Verschelde
parent
ff7961167d
commit
a5bf6420a1
@@ -226,7 +226,7 @@ Full list of defines
|
||||
``GODOT_ANDROID``, ``GODOT_IOS``, ``GODOT_HTML5``, or ``GODOT_SERVER``
|
||||
depending on the OS. These names may change in the future.
|
||||
These are created from the ``get_name()`` method of the
|
||||
:ref:``OS <class_OS>`` singleton, but not every possible OS
|
||||
:ref:`OS <class_OS>` singleton, but not every possible OS
|
||||
the method returns is an OS that Godot with Mono runs on.
|
||||
|
||||
When **exporting**, the following may also be defined depending on the export features:
|
||||
|
||||
Reference in New Issue
Block a user