Skip to content

Commit 83b60cb

Browse files
Fix typo in warning box at Highlights
1 parent 53cc4b5 commit 83b60cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/md/docs/code/highlights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public Option<int> /*~*/method() =>
189189
190190
> [warning](:Icon) **WARNING**
191191
>
192-
> Since `/*~*/` and `/*~warn*/` are interleaved within rest of the syntax,
192+
> Since `/*~*/` and `/*~warn~*/` are interleaved within rest of the syntax,
193193
> they ONLY WORK in languages supporting `/* ... */` comment syntax. They are
194194
> also not pre-processed, so they will be copied alongside the rest of the code.
195195

0 commit comments

Comments
 (0)