Skip to content

Commit d635469

Browse files
aspeddrozth
authored andcommitted
update text
1 parent f9e1902 commit d635469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

analysis/src/CompletionDecorators.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
|};

0 commit comments

Comments
 (0)