Skip to content

Commit 2cbf133

Browse files
committed
fixed issue 11090
1 parent 2d9fbdd commit 2cbf133

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/scripting/gdscript/gdscript_format_string.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ specifier. Apart from ``s``, these require certain types of parameters.
8686
| ``s`` | **Simple** conversion to String by the same method as implicit |
8787
| | String conversion. |
8888
+-------+---------------------------------------------------------------------+
89-
| ``c`` | A single **Unicode character**. Expects an unsigned 8-bit integer |
90-
| | (0-255) for a code point or a single-character string. |
89+
| ``c`` | A single **Unicode character**. Accepts a Unicode code point |
90+
| | (integer) or a single-character string. Supports values beyond 255. |
9191
+-------+---------------------------------------------------------------------+
9292
| ``d`` | A **decimal integer**. Expects an integer or a real number |
9393
| | (will be floored). |

0 commit comments

Comments
 (0)