From 11b324fb5d2265867018684e3e99f37c3f2cc302 Mon Sep 17 00:00:00 2001 From: Daniel P H Fox Date: Sat, 19 Aug 2023 17:43:00 +0100 Subject: [PATCH] Use correct language for import statement --- rfcs/syntax-static-imports.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/syntax-static-imports.md b/rfcs/syntax-static-imports.md index cfed48ae..840c0bdd 100644 --- a/rfcs/syntax-static-imports.md +++ b/rfcs/syntax-static-imports.md @@ -2,7 +2,7 @@ ## Summary -Improve ergonomics of importing modules and open room for extended importing features by introducing an import expression, to replace a majority of `require()` calls in Luau codebases while respecting backwards compatibility concerns. +Improve ergonomics of importing modules and open room for extended importing features by introducing an import statement, to replace a majority of `require()` calls in Luau codebases while respecting backwards compatibility concerns. ## Motivation