We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee51fc commit 83ca8d7Copy full SHA for 83ca8d7
urlhowto.php
@@ -75,7 +75,7 @@ function a($href): void {
75
<li>Reference pages (e.g. <?php a("imap") ?>)</li>
76
<li>Function pages (e.g. <?php a("join") ?>)</li>
77
<li>Class pages (e.g. <?php a("dir") ?>)</li>
78
- <li>Feature pages (e.g. <?php a("safe_mode") ?>)</li>
+ <li>Feature pages (e.g. <?php a("commandline") ?>)</li>
79
<li>Control structure pages (e.g. <?php a("while") ?>)</li>
80
<li>Other language pages (e.g. <?php a("oop") ?>)</li>
81
</ul>
0 commit comments