summaryrefslogtreecommitdiff
path: root/doc/0/0-value.md
diff options
context:
space:
mode:
authorTaylan Kammer <taylan.kammer@gmail.com>2026-06-22 19:42:24 +0200
committerTaylan Kammer <taylan.kammer@gmail.com>2026-06-22 19:42:24 +0200
commit257a051f05deaeb11ec0bc3fdc516620e80dccc6 (patch)
treeb96332ef415bf5fc3736cff13de69abe159562da /doc/0/0-value.md
parent8308e303a88779be0d0a6249d2d79ca56eb05ed0 (diff)
Typo.
Diffstat (limited to 'doc/0/0-value.md')
-rw-r--r--doc/0/0-value.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/0/0-value.md b/doc/0/0-value.md
index 050d003..3485b00 100644
--- a/doc/0/0-value.md
+++ b/doc/0/0-value.md
@@ -30,7 +30,7 @@ returned by FP operations. This is convenient, because it means we can simply
use them to represent themselves in Zisp.
Infinity values may also be returned by FP operations, and we want them to also
-exit in Zisp, so they also represent themselves.
+exist in Zisp, so they also represent themselves.
Beyond those four bit patterns, all values with a maximum exponent (all bits
set) are fair game for representing other values, so `2^53 - 4` possibilities.