From baebdb9f3a7ecaa7503c841c16eccbec3fb15ef9 Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Fri, 3 Feb 2023 20:33:11 +0200 Subject: [PATCH] Review suggestion --- docs/_posts/2023-02-02-luau-string-interpolation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2023-02-02-luau-string-interpolation.md b/docs/_posts/2023-02-02-luau-string-interpolation.md index 90a9eda1..0bfa33a2 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 in a contribution from the open-source community! +This is also the first major language feature implemented in a [contribution](https://github.com/Roblox/luau/pull/614) from the open-source community. Thanks [Kampfkarren](https://github.com/Kampfkarren)!