From 2b0fe27afd18314c16b95643b43c758c52b6e981 Mon Sep 17 00:00:00 2001 From: liqiang <1144388620@qq.com> Date: Fri, 29 Jan 2021 22:41:45 +0800 Subject: [PATCH] fixed 1.1.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3ea48e..baf1d75 100644 --- a/README.md +++ b/README.md @@ -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_")