We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1a1cad commit 35bb799Copy full SHA for 35bb799
README.md
@@ -8,7 +8,7 @@ Generally these types are used to return one of two values, such as success or f
8
All types are sealed (Sum types), and can be used in `switch` expressions and with
9
pattern matching.
10
11
-`dichotomy` is svelte, at about ~48 KB.
+`dichotomy` is svelte, at about 48 KB.
12
13
### `Either`:
14
A general immutable type that can only be *either* one of two types.
0 commit comments