facebookarchive / hack-langspec

The official Hack Language specification.
http://hacklang.org
Other
172 stars 48 forks source link

typo in ch 22 #88

Open ericlippert opened 7 years ago

ericlippert commented 7 years ago

In chapter 22 we have that postfix-expression can be "-expression". This was intended to say "primary-expression".

ericlippert commented 7 years ago

We also have

bit-wise-AND-expression

which was intended to be

bitwise-AND-expression