Commit 55eea21ed35d2737c1be50be547cc8563545630e
1 parent
6a020a9a
Exists in
master
Update README.md
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -26,7 +26,7 @@ Professor: Rafael Vargas |
26 | 26 | | ++ | incremento inteira e ponto flutuante | |
27 | 27 | | -- | decremento inteira e ponto flutuante | |
28 | 28 | | && | AND | |
29 | -| ```java || ``` | or | | |
29 | +| ```java \|\| ``` | or | | |
30 | 30 | | ! | not | |
31 | 31 | | > | maior do que | |
32 | 32 | | >= | maior ou igual a | | ... | ... |