From f17b9ef0f614270164ff8eb5c60170dd2c445628 Mon Sep 17 00:00:00 2001 From: scbj Date: Tue, 23 Jun 2026 16:34:30 +0200 Subject: [PATCH] (ascii) fixed table --- ascii-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ascii-table.md b/ascii-table.md index 0dbef6c..f005f7c 100644 --- a/ascii-table.md +++ b/ascii-table.md @@ -131,7 +131,7 @@ Ascii table because websites are unusable these days | 121 | `0x79` | y | | | 122 | `0x7A` | z | | | 123 | `0x7B` | { | left curly bracket | -| 124 | `0x7C` | | | vertical bar | +| 124 | `0x7C` | \| | vertical bar | | 125 | `0x7D` | } | right curly bracket | | 126 | `0x7E` | ~ | tilde | | 127 | `0x7F` | DEL | delete |