mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 19:29:06 +00:00
Fix C# code sample in Random number generation
This commit is contained in:
@@ -174,7 +174,7 @@ and ``to``, and returns a random integer between ``from`` and ``to``:
|
||||
|
||||
.. code-tab:: csharp
|
||||
|
||||
# Prints a random integer number between -10 and 10.
|
||||
// Prints a random integer number between -10 and 10.
|
||||
random.Randomize();
|
||||
GD.Print(random.RandiRange(-10, 10));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user