diff --git a/docs/_posts/2023-02-02-luau-string-interpolation.md b/docs/_posts/2023-02-02-luau-string-interpolation.md index d813955b..3b68909a 100644 --- a/docs/_posts/2023-02-02-luau-string-interpolation.md +++ b/docs/_posts/2023-02-02-luau-string-interpolation.md @@ -30,4 +30,4 @@ print(`You have {balance}!`) 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 in a contribution from the open-source community!