Skip to content

Commit 0d53cdb

Browse files
committed
Fix grammar
1 parent 0d76ae2 commit 0d53cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lang/short_tags_unique_deprecation_notice.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Unique PHP short tag deprecation with multiple short tags used
33
--FILE--
44
<?php
5-
echo "Used a normal tags\n";
5+
echo "Used a normal tag\n";
66
?>
77
<?
88
echo "Used a short tag\n";

0 commit comments

Comments
 (0)