Skip to content

Commit c34fcd3

Browse files
CedNaruCopilot
andauthored
Update kt/godot-library/godot-extension-library/src/main/kotlin/godot/global/GD.kt
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 29cbbf3 commit c34fcd3

File tree

1 file changed

+1
-1
lines changed
  • kt/godot-library/godot-extension-library/src/main/kotlin/godot/global

1 file changed

+1
-1
lines changed

kt/godot-library/godot-extension-library/src/main/kotlin/godot/global/GD.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ object GD {
10121012
*
10131013
* When printing to standard output, the supported subset of BBCode is converted to ANSI escape codes for the terminal emulator to display. Support for ANSI escape codes varies across terminal emulators, especially for italic and strikethrough. In standard output, code is represented with faint text but without any font change. Unsupported tags are left as-is in standard output.
10141014
*
1015-
* ```printRich("[color=green][b]Hello world![/b][/color]")`
1015+
* ```printRich("[color=green][b]Hello world![/b][/color]")```
10161016
*
10171017
* Note: Consider using [pushError] and [pushWarning] to print error and warning messages instead of print or print_rich. This distinguishes them from print messages used for debugging purposes, while also displaying a stack trace when an error or warning is printed.
10181018
*

0 commit comments

Comments
 (0)