This commit is contained in:
Alexander McCord 2024-02-19 22:14:33 -08:00
parent d05d016b86
commit 921cc2cdfc

View file

@ -24,8 +24,8 @@ type EnglishAlphabet = never
Currently, there are two solutions to effect it: Currently, there are two solutions to effect it:
1) Moving `=` to the next line 1. Moving `=` to the next line
2) Keep `=` on the line and add `never` if using `|`, or `unknown` if using `&`. 2. Keep `=` on the line and add `never` if using `|`, or `unknown` if using `&`
```lua ```lua
-- 1) union: -- 1) union: