mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Various grammar and spelling fixes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
C# API differences to GDScript
|
||||
==============================
|
||||
|
||||
This is a (incomplete) list of API differences between C# and GDScript.
|
||||
This is an (incomplete) list of API differences between C# and GDScript.
|
||||
|
||||
General differences
|
||||
-------------------
|
||||
|
||||
@@ -223,7 +223,7 @@ an underscore (``_``) as a prefix for private fields (but not for methods or pro
|
||||
|
||||
.. code-block:: csharp
|
||||
|
||||
private Vector3 _aimingAt; // Use a `_` prefix for private fields.
|
||||
private Vector3 _aimingAt; // Use an `_` prefix for private fields.
|
||||
|
||||
private void Attack(float attackStrength)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user