Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 8fcc34b

Browse files
committed
Removes unneeded blockquote
1 parent 7057b90 commit 8fcc34b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/v1/emitting-responses.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ $response = new Response($body);
5353
$response = $response->withHeader('Content-Range', $range);
5454
```
5555

56-
> Note: you will likely want to ensure the range specified falls within the
57-
> content size of the streamed body!
56+
(Note: you will likely want to ensure the range specified falls within the
57+
content size of the streamed body!)
5858

5959
The `SapiStreamEmitter` detects the `Content-Range` header and emits only the
6060
bytes specified.

0 commit comments

Comments
 (0)