Skip to content

Commit 82eb530

Browse files
committed
Merge pull request #73 from BenMorel/patch-1
Fix typo
2 parents 2e89629 + 033e726 commit 82eb530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Stream.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Stream implements StreamInterface
3838
* This constructor accepts an associative array of options.
3939
*
4040
* - size: (int) If a read stream would otherwise have an indeterminate
41-
* size, but the size is known due to foreknownledge, then you can
41+
* size, but the size is known due to foreknowledge, then you can
4242
* provide that size, in bytes.
4343
* - metadata: (array) Any additional metadata to return when the metadata
4444
* of the stream is accessed.

0 commit comments

Comments
 (0)