Skip to content

Commit b197efa

Browse files
authored
Merge pull request #11463 from wk-y/patch-1
Change 'subclasses' to 'inner classes' in style guide
2 parents 4f3434e + 67ce5ab commit b197efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/scripting/gdscript/gdscript_styleguide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ We suggest to organize GDScript code this way:
810810
6. remaining virtual methods
811811
15. overridden custom methods
812812
16. remaining methods
813-
17. subclasses
813+
17. inner classes
814814

815815
And put the class methods and variables in the following order depending on their access modifiers:
816816

0 commit comments

Comments
 (0)