diff options
Diffstat (limited to 'test/highlight/notation.api')
| -rw-r--r-- | test/highlight/notation.api | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/highlight/notation.api b/test/highlight/notation.api index aa7bc71..f161647 100644 --- a/test/highlight/notation.api +++ b/test/highlight/notation.api @@ -4,7 +4,7 @@ Forum.Models.Post // ^ type.definition +glyphs <Array<String>> //<- operator - //^ property + //^ method // ^ punctuation // ^ type.definition // ^ punctuation @@ -18,7 +18,7 @@ Forum.Models.Post -author <Author> ~>textUpdated(text <String>) //<- operator - //^ property + //^ method // ^ function // ^ parameter // ^ punctuation @@ -32,7 +32,7 @@ Forum.Models.Post <+textWillUpdate(text <String>) ::getAll(parent_id <UUID>) => Promise<Array<Forum.Models.Post>> #> NotFoundError,DisplayError //<- operator - //^ property + //^ method // ^ function // ^ parameter // ^ punctuation @@ -47,7 +47,7 @@ Forum.Models.Post #update(text <String>) => Promise<void> #transform([transformer] <Function<T>(T) => boolean>) //<- operator - //^ property + //^ method // ^ function // ^ parameter.optional // ^ punctuation |