Fix code formatting in GDScript doc

This commit is contained in:
Oleh Prypin 2016-03-17 22:19:40 +02:00
parent 2d4a8a0a84
commit fb8d65d439
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ in the class' node parent, accessible with ``get_parent``:
# two parents up (etc)
get_parent().get_parent().function(args)
To call a function in a *base class* (i.e. one ``extend``ed in your current class),
To call a function in a *base class* (i.e. one ``extend``-ed in your current class),
prepend ``.`` to the function name:
::