Fixed comment string. (#1248)

This commit is contained in:
azhidkov 2024-02-26 11:04:01 +03:00 committed by GitHub
parent d698021052
commit bf715773bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,7 @@ Annotate the `simple:key` literal expression, and differentiate between a well-f
```
{src="simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleAnnotator.java" include-symbol="SimpleAnnotator"}
> If the above code is copied at this stage of the tutorial, then remove the line below the comment "** Tutorial step 18.3 …" The quick fix class in that line is not defined until later in the tutorial.
> If the above code is copied at this stage of the tutorial, then remove the line below the comment "** Tutorial step 19. …" The quick fix class in that line is not defined until later in the tutorial.
>
## Register the Annotator