Skip to content

Commit 1353f57

Browse files
committed
Update README.md
1 parent ad4605b commit 1353f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public <Err> Optional<Err> validate(Framework.Mapping<?> mapping, Map<String, St
9292
6) **skipUntouched**: `option`, whether skip checking untouched empty field/values; default `false`, won't skip untouched
9393
7) **touchedChecker**: `function`, check whether a field was touched by user; if yes, required field can't be empty
9494

95-
#### Extensible object and meta info:
95+
#### Attachment object and meta info:
9696
If you want to associate some extra data to a mapping, now, after some [preparing](https://github.com/tminglei/form-binder-java/blob/master/src/test/java/com/github/tminglei/bind/AttachmentTest.java#L34), you can do it like this:
9797
```java
9898
Mapping<BindObject> pet = $(mapping(

0 commit comments

Comments
 (0)