Skip to content

Commit e40dddd

Browse files
authored
Merge pull request #71 from Jopie64/patch-1
Fix typo in readme
2 parents ae755fb + c188756 commit e40dddd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ This function does not exist. Use `empty` to create a dummy stream for testing p
458458

459459
#### `isStream(s: any): s is Stream<any>`
460460

461-
Returns `true` if `s` is a behavior and `false` otherwise.
461+
Returns `true` if `s` is a stream and `false` otherwise.
462462

463463
#### `apply<A, B>(behavior: Behavior<(a: A) => B>, stream: Stream<A>): Stream<B>`
464464

0 commit comments

Comments
 (0)