Skip to content

Commit 24a1d17

Browse files
committed
docs: fix typo in comment
1 parent 445994c commit 24a1d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/HTTP/Header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function getName(): string
6464

6565
/**
6666
* Gets the raw value of the header. This may return either a string
67-
* of an array, depending on whether the header has multiple values or not.
67+
* or an array, depending on whether the header has multiple values or not.
6868
*
6969
* @return array<int|string, array<string, string>|string>|string
7070
*/

0 commit comments

Comments
 (0)