Skip to content

Commit 5cfa240

Browse files
author
Blankj
committed
see 05/08 log
1 parent 9dab429 commit 5cfa240

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ getEntries
612612

613613
* [![jianshu][jianshusvg]][jianshu] [![weibo][weibosvg]][weibo] [![Blog][blogsvg]][blog] [![QQ0Group][qq0groupsvg]][qq0group] [![QQ1Group][qq1groupsvg]][qq1group]
614614

615-
**I'm so sorry for that the code is annotated with Chinese.**
615+
* **I'm so sorry for that the code is annotated with Chinese.**
616616

617617

618618
## Download

utilcode/src/test/java/com/blankj/utilcode/util/TestUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public void readme2Eng() throws Exception {
6060
} else if (line.contains(": ") && !line.contains("[")) {
6161
sb.append(line.substring(0, line.indexOf(':')).trim());
6262
} else if (line.contains("* 做")) {
63-
sb.append("**I'm so sorry for that the code is annotated with Chinese.**");
63+
sb.append("* **I'm so sorry for that the code is annotated with Chinese.**");
6464
} else if (line.contains("* QQ") || line.contains("* 我的")) {
6565
continue;
6666
} else {

0 commit comments

Comments
 (0)