Skip to content

Commit c5e21a3

Browse files
committed
docs: fix builder pattern description in README
1 parent f77b496 commit c5e21a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
166166

167167
### Builder Pattern
168168

169-
All types use a consistent builder pattern with `::builder()` and final `.build()`:
169+
All types use a consistent builder pattern with a final `.build()` call:
170170

171171
```rust
172172
// Content filters

0 commit comments

Comments
 (0)