From 4b5f5734cdceef5783c3274e078bf71c3446bd6c Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 27 Mar 2024 17:54:04 -0700 Subject: [PATCH] Fix runes docs table (#3389) --- docs/src/runes/specification.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/runes/specification.md b/docs/src/runes/specification.md index f271a4d52b..1090dcf3e7 100644 --- a/docs/src/runes/specification.md +++ b/docs/src/runes/specification.md @@ -347,6 +347,7 @@ character, starting from the left of the rune's name. For example, the rune name `AAAA` rendered with different spacers: | Spacers | Display | +|---------|---------| | 0b1 | A•AAA | | 0b11 | A•A•AA | | 0b10 | AA•AA |