Skip to content

Commit ce79337

Browse files
authored
Merge pull request godotengine#8036 from ershn/csharp_doc_fixes
Make some clarifications/fixes in the C# docs
2 parents 9fcd93e + b361571 commit ce79337

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/scripting/c_sharp/c_sharp_features.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ Or you can detect which engine your code is in, useful for making cross-engine l
141141
#endif
142142
}
143143
144-
Or you can write scripts that target multiple Godot versions and can take
145-
advantage that are only available on some of those versions:
144+
Or you can write scripts that target multiple Godot versions and take
145+
advantage of features that are only available on some of those versions:
146146

147147
.. code-block:: csharp
148148
@@ -176,7 +176,7 @@ Full list of defines
176176
* ``GODOTX``, ``GODOTX_Y``, ``GODOTX_Y_Z``, ``GODOTx_OR_GREATER``,
177177
``GODOTX_y_OR_GREATER``, and ``GODOTX_Y_z_OR_GREATER``, where ``X``, ``Y``,
178178
and ``Z`` are replaced by the current major, minor and patch version of Godot.
179-
``x``, ``y``, and ``z`` are replaced by 0 to to the current version for that
179+
``x``, ``y``, and ``z`` are replaced by all values from 0 to the current version number for that
180180
component.
181181

182182
.. note::

0 commit comments

Comments
 (0)