Skip to content

Commit

Permalink
fixed 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liangbaika committed Jan 29, 2021
1 parent 339df65 commit 2b0fe27
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 @@ -297,7 +297,7 @@ public class Tests {
System.out.println(validateBuilder.getSuccedCounts());
System.out.println(validateBuilder.getFailedMsgs());
//重复使用 validateBuilder 先调用clear方法
// 重复使用 validateBuilder 先调用clear方法
int failedCounts2 = validateBuilder
.clear()
.vali(isGeneral, "ssa2_")
Expand Down

0 comments on commit 2b0fe27

Please sign in to comment.