diff --git a/docs/abstract-module-paths-and-init-dot-luau.md b/docs/abstract-module-paths-and-init-dot-luau.md index 31bcb368..4d3885a1 100644 --- a/docs/abstract-module-paths-and-init-dot-luau.md +++ b/docs/abstract-module-paths-and-init-dot-luau.md @@ -97,6 +97,7 @@ module. We propose to alleviate this with a special import alias `@self` that resolves to the path to the current module. +This alias is reserved and cannot be overridden by user-defined alias mappings. ```lua -- package/init.luau