Skip to content

Commit 43f430b

Browse files
committed
see the log
1 parent d0f4a26 commit 43f430b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ if (condition)
530530

531531
#### 4.3 类成员的顺序
532532

533-
没有单一的正确解决方案,但使用逻辑和一致的顺序将提高代码的可学性和可读性,推荐使用如下排序:
533+
这并没有唯一的正确解决方案,但如果都使用一致的顺序将会提高代码的可读性,推荐使用如下排序:
534534

535535
1. 常量
536536
2. 字段
@@ -573,8 +573,7 @@ public class MainActivity extends Activity {
573573

574574
```java
575575
public class MainActivity extends Activity {
576-
577-
//Order matches Activity lifecycle
576+
//Order matches Activity lifecycle
578577
@Override
579578
public void onCreate() {}
580579

0 commit comments

Comments
 (0)