Skip to content

Commit 6d52737

Browse files
committed
README.md: replace 'binary-and' with 'bitwise-and' for clarity
1 parent cd0c00a commit 6d52737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ for this formula, but I used the `LastX` feature to demonstrate its use.)
145145
<a name="Example2"></a>
146146
### Example 2
147147

148-
Let's calculate the binary-and operator between the hexadecimal numbers `B6` and
149-
`65`, then see the result as an octal number, a binary (base-2) number, then
148+
Let's calculate the bitwise-and operator between the hexadecimal numbers `B6`
149+
and `65`, then see the result as an octal number, a binary (base-2) number, then
150150
finally as a decimal number:
151151

152152
- Navigate the menu with the DOWN arrow to get to

0 commit comments

Comments
 (0)