Merge pull request #28950 from YeldhamDev/doc_string_format_link

Add "String Formatting" tutorial link to the 'String' doc
This commit is contained in:
Julian Murgia 2019-05-17 09:27:47 +02:00 committed by GitHub
commit b72ba99939
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@
This is the built-in string class (and the one used by GDScript). It supports Unicode and provides all necessary means for string handling. Strings are reference counted and use a copy-on-write approach, so passing them around is cheap in resources.
</description>
<tutorials>
<link>https://docs.godotengine.org/en/stable/getting_started/scripting/gdscript/gdscript_format_string.html</link>
</tutorials>
<methods>
<method name="String">