Skip to content

Commit bc0ef3f

Browse files
authored
Apply suggestions from code review
1 parent c52b456 commit bc0ef3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

misc_docs/syntax/language_include.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ category: "languageconstructs"
88

99
Using `include` in a module statically "spreads" another module's content into the module, thus often fulfills the role of "inheritance" or "mixin".
1010

11+
> Note that use of `include` is heavily discouraged and should only be used as a last resort.
12+
1113
### Include module example
1214

1315
<CodeTab labels={["ReScript", "JS Output"]}>
@@ -91,7 +93,6 @@ var Message = {
9193

9294
</CodeTab>
9395

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

9697
### References
9798

0 commit comments

Comments
 (0)