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
224224 ] );
225225 ( TopLevel " directive" ,
226226 [
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.
228228
229229[Read more and see examples in the documentation](https://rescript-lang.org/syntax-lookup#directive-decorator).|};
230230 ] );
231231 ( TopLevel " warning" ,
232232 [
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.
234234
235235[Read more and see examples in the documentation](https://rescript-lang.org/syntax-lookup#module-warning-decorator).
236236 |};
You can’t perform that action at this time.
0 commit comments