mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Update string literal example
Both examples were using double quotes, this change the second example to single quotes
This commit is contained in:
committed by
GitHub
parent
32a3cd2a29
commit
f2d0428c0c
@@ -298,7 +298,7 @@ Literals
|
||||
+--------------------------+----------------------------------------+
|
||||
| ``3.14``, ``58.1e-10`` | Floating-point number (real) |
|
||||
+--------------------------+----------------------------------------+
|
||||
| ``"Hello"``, ``"Hi"`` | Strings |
|
||||
| ``"Hello"``, ``'Hi'`` | Strings |
|
||||
+--------------------------+----------------------------------------+
|
||||
| ``"""Hello"""`` | Multiline string |
|
||||
+--------------------------+----------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user