Skip to content

Commit 2289a6b

Browse files
committed
stream: fixup stream_new.md linting
1 parent e9a8b81 commit 2289a6b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

doc/api/stream_new.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,12 @@ that closes when the bucket is full:
216216

217217
How each policy uses these buffers:
218218

219-
| Policy | Slots limit | Pending writes limit |
220-
|--------|-------------|---------------------|
221-
| `'strict'` | `highWaterMark` | `highWaterMark` |
222-
| `'block'` | `highWaterMark` | Unbounded |
223-
| `'drop-oldest'` | `highWaterMark` | N/A (never waits) |
224-
| `'drop-newest'` | `highWaterMark` | N/A (never waits) |
219+
| Policy | Slots limit | Pending writes limit |
220+
| --------------- | --------------- | -------------------- |
221+
| `'strict'` | `highWaterMark` | `highWaterMark` |
222+
| `'block'` | `highWaterMark` | Unbounded |
223+
| `'drop-oldest'` | `highWaterMark` | N/A (never waits) |
224+
| `'drop-newest'` | `highWaterMark` | N/A (never waits) |
225225

226226
#### Strict (default)
227227

0 commit comments

Comments
 (0)