2
0
Эх сурвалжийг харах

Merge pull request #6534 from thiagola92/single_quote

Update string literal example
Matthew 2 жил өмнө
parent
commit
eb25278373

+ 1 - 1
tutorials/scripting/gdscript/gdscript_basics.rst

@@ -300,7 +300,7 @@ Literals
 +--------------------------+----------------------------------------+
 | ``3.14``, ``58.1e-10``   | Floating-point number (real)           |
 +--------------------------+----------------------------------------+
-| ``"Hello"``, ``"Hi"``    | Strings                                |
+| ``"Hello"``, ``'Hi'``    | Strings                                |
 +--------------------------+----------------------------------------+
 | ``"""Hello"""``          | Multiline string                       |
 +--------------------------+----------------------------------------+