Another gas manual typo correction.

This commit is contained in:
Stepan Nemec
2022-08-09 16:12:42 +01:00
committed by Nick Clifton
parent f561730710
commit 410a3464e7

View File

@ -4372,7 +4372,7 @@ perform signed comparisons.
These two logical operations can be used to combine the results of sub These two logical operations can be used to combine the results of sub
expressions. Note, unlike the comparison operators a true result returns a expressions. Note, unlike the comparison operators a true result returns a
value of 1 but a false results does still return 0. Also note that the logical value of 1 but a false result does still return 0. Also note that the logical
or operator has a slightly lower precedence than logical and. or operator has a slightly lower precedence than logical and.
@end table @end table