From 921cc2cdfc35e33dd3456e8b581648e321a32721 Mon Sep 17 00:00:00 2001 From: Alexander McCord Date: Mon, 19 Feb 2024 22:14:33 -0800 Subject: [PATCH] n) -> n. --- docs/syntax-leading-bar-and-ampersand.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/syntax-leading-bar-and-ampersand.md b/docs/syntax-leading-bar-and-ampersand.md index f325cd0..3422c99 100644 --- a/docs/syntax-leading-bar-and-ampersand.md +++ b/docs/syntax-leading-bar-and-ampersand.md @@ -24,8 +24,8 @@ type EnglishAlphabet = never Currently, there are two solutions to effect it: -1) Moving `=` to the next line -2) Keep `=` on the line and add `never` if using `|`, or `unknown` if using `&`. +1. Moving `=` to the next line +2. Keep `=` on the line and add `never` if using `|`, or `unknown` if using `&` ```lua -- 1) union: