diff --git a/docs/window.dox b/docs/window.dox index 5e1b254d..0557bda5 100644 --- a/docs/window.dox +++ b/docs/window.dox @@ -584,7 +584,7 @@ As long as your source file is encoded as UTF-8, you can use any Unicode characters directly in the source. @code -glfwSetWindowTitle(window, "プラネテス"); +glfwSetWindowTitle(window, "星を追う子ども"); @endcode