From 0cde32fae44e9dd9380c4dbdd6c0b741098bbcd7 Mon Sep 17 00:00:00 2001 From: Jing Ling Date: Tue, 29 Mar 2022 18:30:49 +0800 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f55905..a0b18f3 100644 --- a/README.md +++ b/README.md @@ -333,7 +333,7 @@ If the your dummy tags lands in the source code as it is, go for any of these pa |`.`|.|`.`|full stop; period|u+002E|\002e|\56|%2E| |`/`|/|`/`|solidus; slash|u+002F|\002f|\57|%2F| |`:`|:|`:`|colon|u+003A|\003a|\72|%3A| -|`;`|;`|`;`|semicolon|u+003B|\003b|\73|%3B| +|`;`|;|`;`|semicolon|u+003B|\003b|\73|%3B| |`<`|<|`<`|less-than|u+003C|\003c|\74|%3C| |`=`|=|`=`|equals|u+003D|\003d|\75|%3D| |`>`|>|`>`|greater-than sign|u+003E|\003e|\76|%3E|