aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/xhp-intro.hack
diff options
context:
space:
mode:
Diffstat (limited to 'tests/query/highlights/xhp-intro.hack')
-rw-r--r--tests/query/highlights/xhp-intro.hack2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/query/highlights/xhp-intro.hack b/tests/query/highlights/xhp-intro.hack
index cc25f5843..9c03cad21 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
+ // ^ method.call
return $form;
}