Skip to content

Commit

Permalink
Merge pull request php-fig#569 from peterkokot/patch-psr-7
Browse files Browse the repository at this point in the history
Add missing dot in PSR-7 meta document
  • Loading branch information
simensen committed Jun 3, 2015
2 parents 6ab3c20 + e763010 commit d5f0642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions accepted/PSR-7-http-message-meta.md
Expand Up @@ -288,7 +288,7 @@ These operations can be accomplished with value objects as well, with a number
of benefits:

- The original request state can be stored for retrieval by any consumer.
- A default response state can be created with default headers and/or message body.
- A default response state can be created with default headers and/or message body.

Most popular PHP frameworks have fully mutable HTTP messages today. The main
changes necessary in consuming true value objects are:
Expand Down Expand Up @@ -449,7 +449,7 @@ server-side requests and client-side responses.

The `RequestInterface` and `ResponseInterface` have essentially 1:1
correlations with the request and response messages described in
[RFC 7230](http://www.ietf.org/rfc/rfc7230.txt) They provide interfaces for
[RFC 7230](http://www.ietf.org/rfc/rfc7230.txt). They provide interfaces for
implementing value objects that correspond to the specific HTTP message types
they model.

Expand Down

0 comments on commit d5f0642

Please sign in to comment.