From dc8752d844042f1baedcd748a964318da435cb33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20Bystr=C3=B6m=20Ericsson?= Date: Wed, 18 Dec 2024 09:57:32 +0100 Subject: [PATCH] Cleanup. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5bb2c37..9f149b28 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,7 @@ precondition(typical == magical) // quotient, remainder, and error indicator > Please roll a D20 arcana check. -An arbitrary integer's bit pattern extends infinitely, yet its bit pattern has an end. It must be this way, or it would not behave like its systems integer friends. As such, we need a different model to represent arbitrary integer sizes. `Count` fulfills our need by reinterpreting the last bit of a machine word as logarithmically infinite. +An arbitrary integer's bit pattern extends infinitely—yet it has an end. It must be this way, or it would not behave like its systems integer friends. As such, we need a different model to represent arbitrary integer sizes. `Count` fulfills our need by reinterpreting the last bit of a machine word as logarithmically infinite. ``` UXL.max = &0