Browse Source

Fix `print()` reference in Complying with licenses

Hugo Locurcio 3 years ago
parent
commit
6c10abd06a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      about/complying_with_licenses.rst

+ 1 - 1
about/complying_with_licenses.rst

@@ -63,7 +63,7 @@ Some games have a special menu (often in the settings) to display licenses.
 Output log
 ^^^^^^^^^^
 
-Just printing the licensing text using the :ref:`print() <class_@GDScript_method_print>`
+Just printing the licensing text using the :ref:`print() <class_@GlobalScope_method_print>`
 function may be enough on platforms where a global output log is readable.
 This is the case on desktop platforms, Android and HTML5 (but not iOS and UWP).