From 7e4337b006bd0e01546cbb6ea4e31c0da5981a2c Mon Sep 17 00:00:00 2001 From: imlodinu Date: Mon, 21 Apr 2025 13:51:53 +0800 Subject: [PATCH] fix small typo --- docs/syntax-declaration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax-declaration.md b/docs/syntax-declaration.md index 0e06955..fa0896b 100644 --- a/docs/syntax-declaration.md +++ b/docs/syntax-declaration.md @@ -79,4 +79,4 @@ A drawback would be that this is an unstable implementation detail, which allows ## Alternatives -THe alternative to this is to leave this as an implementation detail. However this makes it inconvenient for embedders of luau to use the declaration syntax. \ No newline at end of file +The alternative to this is to leave this as an implementation detail. However this makes it inconvenient for embedders of luau to use the declaration syntax. \ No newline at end of file