mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
From: `var string = "I have {} cats.".format([3])`
To: `var string = "I have {0} cats.".format([3])`
From: `var string = "I have {} cats.".format([3])`
To: `var string = "I have {0} cats.".format([3])`