Skip to content
Snippets Groups Projects
Commit bfbf3ea6 authored by David Eriksson's avatar David Eriksson
Browse files

Fixed greater/lesser than or equal to typo

parent 44d4bfbc
No related branches found
No related tags found
No related merge requests found
......@@ -330,8 +330,8 @@ Above is addition operand of two expressions described, here are all the integer
- "/", Divison
- ">", Greater than
- "<", Lesser than
- "=>", Greater than or equal to
- "=<", Lesser than or equal to
- ">=", Greater than or equal to
- "<=", Lesser than or equal to
- "==", Equal
- "!=", Not equal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment