未验证 提交 571f0a2d 编写于 作者: C codeYu 提交者: GitHub

fix typo: falgs->flags

上级 93bbd8b4
......@@ -219,7 +219,7 @@ Java 中的注释有三种:
>
> ```java
> // check to see if the employee is eligible for full benefits
> if ((employee.falgs & HOURLY_FLAG) && (employee.age > 65))
> if ((employee.flags & HOURLY_FLAG) && (employee.age > 65))
> ```
>
> 应替换为
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册