Commit 4d68c72
authored
Updating Validate
Updating the Validate documentation:
.Validate(field.=> !field.Contains("-"));
To:
.Validate(item => !item.Field.Contains("-"));1 parent d0b6e3b commit 4d68c72
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
435 | | - | |
| 435 | + | |
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
| |||
0 commit comments