Skip to content

Commit b9f54ae

Browse files
committed
stream: fixup stream_new.md linting
1 parent 2cef816 commit b9f54ae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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)