mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Merge pull request #6534 from thiagola92/single_quote
Update string literal example
This commit is contained in:
@@ -300,7 +300,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