File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -224,13 +224,13 @@ Note: The `@react.component` decorator requires the react-jsx config to be set i
224
224
] );
225
225
( TopLevel " directive" ,
226
226
[
227
- {|The `@@directive` will output that string verbatim at the very top of the generated JavaScript file, before any imports.
227
+ {|The `@@directive` decorator will output that string verbatim at the very top of the generated JavaScript file, before any imports.
228
228
229
229
[Read more and see examples in the documentation](https://rescript-lang.org/syntax-lookup#directive-decorator).|};
230
230
] );
231
231
( TopLevel " warning" ,
232
232
[
233
- {|The @@warning decorator is used to modify the enabled compiler warnings for the current module. See here for all available warning numbers.
233
+ {|The ` @@warning` decorator is used to modify the enabled compiler warnings for the current module. See here for all available warning numbers.
234
234
235
235
[Read more and see examples in the documentation](https://rescript-lang.org/syntax-lookup#module-warning-decorator).
236
236
|};
You can’t perform that action at this time.
0 commit comments