Skip to content

Commit 0a3de40

Browse files
minor #49239 Fix some typos (javiereguiluz)
This PR was merged into the 5.4 branch. Discussion ---------- Fix some typos | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- bb62f1718a Fix some typos
2 parents f92ada6 + 3b7cb42 commit 0a3de40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HeaderUtils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public static function quote(string $s): string
138138
* Decodes a quoted string.
139139
*
140140
* If passed an unquoted string that matches the "token" construct (as
141-
* defined in the HTTP specification), it is passed through verbatimly.
141+
* defined in the HTTP specification), it is passed through verbatim.
142142
*/
143143
public static function unquote(string $s): string
144144
{

0 commit comments

Comments
 (0)