Skip to content

Commit 6374786

Browse files
concepts: data-pipeline: buffer: Trivial update to force GitBook refresh
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent e324fd1 commit 6374786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/data-pipeline/buffer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Data processing with reliability
66

77
Previously defined in the [Buffering](../buffering.md) concept section, the `buffer` phase in the pipeline aims to provide a unified and persistent mechanism to store your data, either using the primary in-memory model or using the filesystem based mode.
88

9-
The `buffer` phase already contains the data in an immutable state, meaning, no other filter can be applied.
9+
The `buffer` phase already contains the data in an immutable state, meaning that no other filter can be applied.
1010

1111
```mermaid
1212
graph LR

0 commit comments

Comments
 (0)