diff options
Diffstat (limited to 'tests/query/highlights/xhp-intro.hack')
| -rw-r--r-- | tests/query/highlights/xhp-intro.hack | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/query/highlights/xhp-intro.hack b/tests/query/highlights/xhp-intro.hack index ccbe60c57..06f7e30a2 100644 --- a/tests/query/highlights/xhp-intro.hack +++ b/tests/query/highlights/xhp-intro.hack @@ -38,7 +38,7 @@ final xhp class a_post extends x\element { 'document.getElementById("'.$id.'").submit(); return false;', ); $anchor->setAttribute('href', '#'); - // ^ @method.call + // ^ @function.method.call return $form; } |
