Skip to content

Commit 00b0cab

Browse files
committed
Merge pull request #531 from rotexdegba/patch-1
Update http-message-meta.md
2 parents d90ae22 + 9ac344e commit 00b0cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposed/http-message-meta.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ URIs are values, with identity defined by the value, and thus should be modeled
192192
as value objects.
193193

194194
Additionally, URIs contain a variety of segments which may be accessed many
195-
times in a give request -- and which would require parsing the URI in order to
195+
times in a given request -- and which would require parsing the URI in order to
196196
determine (e.g., via `parse_url()`). Modeling URIs as value objects allows
197197
parsing once only, and simplifies access to individual segments. It also
198198
provides convenience in client applications by allowing users to create new

0 commit comments

Comments
 (0)