I think this is the correct link

This commit is contained in:
Vyacheslav Egorov 2023-02-03 19:38:24 +02:00
parent ca95aa1c46
commit b7730e0549

View file

@ -28,6 +28,6 @@ print(`You have {balance}!`)
--> You have $500! --> You have $500!
``` ```
To find out more details about this feature, check out [Luau Syntax page](/docs/syntax#string-interpolation). To find out more details about this feature, check out [Luau Syntax page](/syntax#string-interpolation).
This is also the first major language feature implemented by a contribution from the open-source community! This is also the first major language feature implemented by a contribution from the open-source community!