mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Various grammar and spelling fixes
This commit is contained in:
@@ -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