mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-20 22:17:09 +08:00
fix typo: falgs->flags
This commit is contained in:
parent
93bbd8b4af
commit
571f0a2d74
@ -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))
|
||||
> ```
|
||||
>
|
||||
> 应替换为
|
||||
|
Loading…
x
Reference in New Issue
Block a user