Skip to content

Commit 2e2d308

Browse files
authored
typos (#37)
1 parent 4a57421 commit 2e2d308

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

expectf_details.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525
</tr>
2626
<tr>
2727
<td> %s </td>
28-
<td> One or more of anything (charater or white space) except the end of line character. </td>
28+
<td> One or more of anything (character or white space) except the end of line character. </td>
2929
</tr>
3030
<tr>
3131
<td> %S </td>
32-
<td> Zero or more of anything (charater or white space) except the end of line character. </td>
32+
<td> Zero or more of anything (character or white space) except the end of line character. </td>
3333
</tr>
3434
<tr>
3535
<td> %a </td>
36-
<td> One or more of anything (charater or white space) including the end of line character. </td>
36+
<td> One or more of anything (character or white space) including the end of line character. </td>
3737
</tr>
3838
<tr>
3939
<td> %A </td>
40-
<td> Zero or more of anything (charater or white space) including the end of line character. </td>
40+
<td> Zero or more of anything (character or white space) including the end of line character. </td>
4141
</tr>
4242
<tr>
4343
<td> %w </td>
@@ -81,7 +81,7 @@
8181
</tr>
8282
<tr>
8383
<td> %u|b% </td>
84-
<td> Matches a single 'u' in PHP6 test output where the PHP5 output from the same test hs no character in that position.</td>
84+
<td> Matches a single 'u' in PHP6 test output where the PHP5 output from the same test has no character in that position.</td>
8585
</tr>
8686
</table>
8787

0 commit comments

Comments
 (0)