mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +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])`