1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-05 22:37:42 +02:00

[gdscript/en] Fix typo (#5091)

This commit is contained in:
Jan Knobloch
2024-09-07 14:45:07 +02:00
committed by GitHub
parent e5821aaa78
commit 8ed62278b7

View File

@@ -26,7 +26,7 @@ integration with the engine. It's a perfect fit for game development.
strings
"""
# Doc Comments can add a decription to classes and fields
# Doc Comments can add a description to classes and fields
# which can be viewed in the in-engine docs.
## This class is a demonstration of GDScript