Fix typo in readme.md

This commit is contained in:
John 2024-06-22 09:07:30 -05:00
parent fab28ced0b
commit 3c0f1d82ca

View File

@ -44,7 +44,7 @@ The debugger supports a variety of arithmetic and logic operations:
| `>>`| Shift Right | Shift |
| `<<`| Shift Left | Shift |
| `&` | Bitwise And | Bit |
| `|` | Bitwise Or | Bit |
| `\|`| Bitwise Or | Bit |
| `^` | Bitwise Exclusive Or | Bit |
| `.` | Exclusive Range | Range |