Skip to content

Commit f0ef7ba

Browse files
Merge pull request #1438 from fluent/refresh-mermaid-diagrams
Trivial update to force GitBook refresh
2 parents e324fd1 + 6374786 commit f0ef7ba

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)