Try to correct a link

This commit is contained in:
Vyacheslav Egorov 2023-02-03 19:35:41 +02:00
parent 5d2db481f7
commit ca95aa1c46

View file

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