Skip to content

Commit eb35e85

Browse files
committed
minor
1 parent 72175aa commit eb35e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/multipart-stream-builder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Multipart Stream Builder
22
========================
33

4-
A multipart stream is a special kind of stream that could be used when transferring files over HTTP. There is currently no PSR-7 support for multipart streams as they are considered to be normal streams with a special content. A multipart stream HTTP request may look like this:
4+
A multipart stream is a special kind of stream that is used to transfer files over HTTP. There is currently no PSR-7 support for multipart streams as they are considered to be normal streams with a special content. A multipart stream HTTP request may look like this:
55

66
.. code-block:: none
77

0 commit comments

Comments
 (0)