Skip to content

Commit a7a9755

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

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
@@ -8,7 +8,7 @@ category: "languageconstructs"
88

99
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

11-
> Note that use of `include` is heavily discouraged and should only be used as a last resort.
11+
> Note that `include` may make your code more complex and harder to understand when abused. Think twice before using it.
1212
1313
### Include module example
1414

0 commit comments

Comments
 (0)