Skip to content

Commit 9109bc0

Browse files
authored
Merge pull request godotengine#7602 from ViktorVoloshko/patch-1
Fixed typo in scripting_first_script.rst
2 parents ccae259 + 6419421 commit 9109bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting_started/step_by_step/scripting_first_script.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Moving forward
260260
~~~~~~~~~~~~~~
261261

262262
Let's now make the node move. Add the following two lines inside of the ``_process()``
263-
function, ensuring the new lines are indented the same way as the ``rotation += angular * delta`` line before
263+
function, ensuring the new lines are indented the same way as the ``rotation += angular_speed * delta`` line before
264264
them.
265265

266266
.. tabs::

0 commit comments

Comments
 (0)