Skip to content

Commit 438babc

Browse files
authored
Corrected tab indents into space indents
1 parent c7c16c7 commit 438babc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

getting_started/step_by_step/scripting_first_script.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ Add the following code to your script:
148148

149149
.. code-tab:: csharp C#
150150

151-
public override void _Ready()
152-
{
153-
GD.Print("Hello, world!");
154-
}
151+
public override void _Ready()
152+
{
153+
GD.Print("Hello, world!");
154+
}
155155

156156

157157
Let's break it down. The ``func`` keyword defines a new function named

0 commit comments

Comments
 (0)