Skip to content

Commit 83c5a75

Browse files
committed
readme
1 parent f71caad commit 83c5a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A lib help you patch Rust instance, and easy to partial update configures.
99
This crate provides the `Patch`, `Filler` traits and accompanying derive macro.
1010
If the any field in `Patch` is some then it will overwrite the field of instance when apply.
1111
If the any field in the instance is none then it will try to fill the field with the `Filler`.
12-
Currently, `Filler` only support `Option` field and the `Vec`.
12+
Currently, `Filler` only support `Option` and `Vec` fields.
1313
The other fields and operator for Filler will implement later.
1414
The detail discussion is in [issue #81](https://github.com/yanganto/struct-patch/issues/81)
1515

0 commit comments

Comments
 (0)