Skip to content

Commit c957565

Browse files
authored
声明类库语句少了个分号 (lingcoder#479)
1 parent bce0767 commit c957565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/07-Implementation-Hiding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ package hiding;
7777

7878
```java
7979
// hiding/mypackage/MyClass.java
80-
package hiding.mypackage
80+
package hiding.mypackage;
8181

8282
public class MyClass {
8383
// ...

0 commit comments

Comments
 (0)