We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fafe691 + 571f0a2 commit 5f58071Copy full SHA for 5f58071
docs/java/Java基础知识.md
@@ -219,7 +219,7 @@ Java 中的注释有三种:
219
>
220
> ```java
221
> // check to see if the employee is eligible for full benefits
222
-> if ((employee.falgs & HOURLY_FLAG) && (employee.age > 65))
+> if ((employee.flags & HOURLY_FLAG) && (employee.age > 65))
223
> ```
224
225
> 应替换为
0 commit comments