Skip to content

Commit b46f24c

Browse files
authored
Update misc_docs/syntax/language_include.mdx
1 parent bc0ef3f commit b46f24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc_docs/syntax/language_include.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ summary: "This is the `include` keyword."
66
category: "languageconstructs"
77
---
88

9-
Using `include` in a module statically "spreads" another module's content into the module, thus often fulfills the role of "inheritance" or "mixin".
9+
The `include` keyword statically "spreads" all public values, types, modules, etc. of a given module into the current module's scope. This is sometimes useful to create supersets / mixins of different modules.
1010

1111
> Note that use of `include` is heavily discouraged and should only be used as a last resort.
1212

0 commit comments

Comments
 (0)