mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 19:29:06 +00:00
Update string literal example
Both examples were using double quotes, this change the second example to single quotes
This commit is contained in:
@@ -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