Use correct language for import statement

This commit is contained in:
Daniel P H Fox 2023-08-19 17:43:00 +01:00 committed by GitHub
parent 4259039bb8
commit 11b324fb5d
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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