Skip to content

Commit

Permalink
Corrected Special characters in table
Browse files Browse the repository at this point in the history
  • Loading branch information
Bollos00 authored Dec 6, 2021
1 parent f226057 commit 6281a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ There are four types of characters shown in the table bellow.
| Numeral | `'0', '1', '2', '3', '4','5', '6', '7', '8', '9'` |
| Lower Letter | `'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'`|
| Upper Letter | `'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'`|
| Special | `` '!', '"', '#', '$', '%', '&', '\'', '(', ')', '*', '+', ',', '-', '.', '/', ':', ';', '<', '=', '>', '?', '@', '[', '\\', ']', '^', '_', '`', '{', '|', '}', '~', ' ' `` |
| Special | <code>'!', '"', '#', '$', '%', '&', '\'', '(', ')', '*', '+', ',', '-', '.', '/', ':', ';', '<', '=', '>', '?', '@', '[', '\\', ']', '^', '_', '\`', '{', '\|', '}', '~', ' '</code> |

0 comments on commit 6281a09

Please sign in to comment.