Skip to content

Commit

Permalink
Merge pull request #44925 from LoipesMas/str-docs
Browse files Browse the repository at this point in the history
More explicit wording for str() function
  • Loading branch information
akien-mga authored Jan 5, 2021
2 parents 7f98e66 + 9c65927 commit cdfcf68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/classes/@GlobalScope.xml
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@
</method>
<method name="print" qualifiers="vararg">
<description>
Converts one or more arguments to strings in the best way possible and prints them to the console.
Converts one or more arguments of any type to string in the best way possible and prints them to the console.
[codeblock]
a = [1, 2, 3]
print("a", "b", a) # Prints ab[1, 2, 3]
Expand Down Expand Up @@ -994,7 +994,7 @@
<return type="String">
</return>
<description>
Converts one or more arguments to string in the best way possible.
Converts one or more arguments of any type to string in the best way possible.
</description>
</method>
<method name="str2var">
Expand Down

0 comments on commit cdfcf68

Please sign in to comment.