Skip to content

Commit 3b7cb42

Browse files
committed
Fix some typos
1 parent ba0cd9a commit 3b7cb42

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)