File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
</tr>
26
26
<tr>
27
27
<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>
29
29
</tr>
30
30
<tr>
31
31
<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>
33
33
</tr>
34
34
<tr>
35
35
<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>
37
37
</tr>
38
38
<tr>
39
39
<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>
41
41
</tr>
42
42
<tr>
43
43
<td> %w </td>
81
81
</tr>
82
82
<tr>
83
83
<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>
85
85
</tr>
86
86
</table>
87
87
You can’t perform that action at this time.
0 commit comments