diff --git a/docs/advanced/compiler-annotations.md b/docs/advanced/compiler-annotations.md index f2566810..f3b923bb 100644 --- a/docs/advanced/compiler-annotations.md +++ b/docs/advanced/compiler-annotations.md @@ -418,7 +418,7 @@ Below are the deprecated annotations and instructions to recreate their behavior ### @extension - + **Target elements:** `class` @@ -503,7 +503,7 @@ function ExistingClassTable.myFunction(self) end ### @metaExtension - + **Target elements:** `class` @@ -571,7 +571,7 @@ end ### @phantom - + **Target elements:** `namespace` @@ -616,7 +616,7 @@ Use ECMAScript modules and import/export. Alternatively, use a real (non-phantom ### @pureAbstract - + **Target elements:** `declare class`