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

Commit a934f38

Browse files
committed
chore: The file content pull-stream is a property not a method
1 parent 7992ad9 commit a934f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ pull(
195195
length: 10
196196
})
197197
drain((file) => {
198-
// file.content() is a pull stream containing only the first 10 bytes of the file
198+
// file.content is a pull stream containing only the first 10 bytes of the file
199199
})
200200
)
201201
```

0 commit comments

Comments
 (0)