Skip to content

Commit 552a60c

Browse files
committed
Fix
1 parent 4d8c526 commit 552a60c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you're this far - you likely know what all of these are, but it's worthwhile
1818
| () | Parentheses/Rounded Brackets |
1919
| {} | Curly Brackets |
2020
| [] | Square Brackets |
21-
| <> | Less Than |
21+
| < | Less Than |
2222
| > | Greater Than |
2323
| = | Equals |
2424
| : | Colon |
@@ -32,6 +32,8 @@ If you're this far - you likely know what all of these are, but it's worthwhile
3232
| ~ | Tilde |
3333
| | Space Character |
3434
| # | Hash |
35+
| % | Percentage |
36+
3537

3638
## Variables
3739
A Variable is a method of storing data under a "Name".

0 commit comments

Comments
 (0)