未验证 提交 5f58071a 编写于 作者: S SnailClimb 提交者: GitHub

Merge pull request #797 from codeyu/patch-1

fix typo: falgs->flags
......@@ -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.
先完成此消息的编辑!
想要评论请 注册