Skip to content

Commit 4e10294

Browse files
authored
Update java-basic-questions-01.md
1 parent bb2f53a commit 4e10294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java/basis/java-basic-questions-01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ Java 中有 8 种基本数据类型,分别为:
549549
550550
```java
551551
class BasicTypeVar{
552-
private int x;
552+
private int x;
553553
}
554554
```
555555

0 commit comments

Comments
 (0)