mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +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])`