Skip to content

Commit 349f6f6

Browse files
authored
Change the T_PAAMAYIM_NEKUDOTAYIM link text (GH-3508)
Original "::" is repetitive and difficult to see. Changed to "scope resolution" for clarity.
1 parent d7a77b5 commit 349f6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appendices/tokens.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ defined('T_FN') || define('T_FN', 10001);
673673
<row xml:id="constant.t-paamayim-nekudotayim">
674674
<entry><constant>T_PAAMAYIM_NEKUDOTAYIM</constant></entry>
675675
<entry>::</entry>
676-
<entry><link linkend="language.oop5.paamayim-nekudotayim">::</link>. Also defined as
676+
<entry><link linkend="language.oop5.paamayim-nekudotayim">scope resolution</link>. Also defined as
677677
<constant>T_DOUBLE_COLON</constant>.</entry>
678678
</row>
679679
<row xml:id="constant.t-plus-equal">

0 commit comments

Comments
 (0)