Skip to content

Commit

Permalink
documentation: Fix-documentation-sentence (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
untilhamza authored Jan 26, 2024
1 parent ccc7a60 commit fb799f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/concepts/backpressure-and-cancellation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function createStream(iterator) {

// Collect data from stream
async function run() {
// Set up a stream that of integers
// Set up a stream of integers
const stream = createStream(integers());

// Read values from our stream
Expand Down

0 comments on commit fb799f1

Please sign in to comment.