Skip to content

Commit

Permalink
fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
campeis committed Nov 29, 2023
1 parent efbee41 commit 7027dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ fn main() {
}
```

### Allow field value to be set multiple times can be configured for all fields
### Allow field value to be set multiple times set at the struct level can be disabled for specific fields
```rust
use type_safe_builder_macro::Builder;

Expand Down

0 comments on commit 7027dcb

Please sign in to comment.