aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-10-10 08:23:27 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-10-10 08:23:27 -0400
commit195311657a5eb0a40c1af49de9ffe378a117e0bc (patch)
treeffe08a18e9cfa6d02270d1c9f3a494709a9be7b4 /spec
parent1518205cceeb1fef27c584d24e92b189ffd234f4 (diff)
•bit not •bits
Diffstat (limited to 'spec')
-rw-r--r--spec/system.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/system.md b/spec/system.md
index f43e20f4..535c81e9 100644
--- a/spec/system.md
+++ b/spec/system.md
@@ -313,7 +313,7 @@ Ranges up to `2⋆32` must be supported (that is, a maximum integer result of `(
## Bitwise operations
-The system namespace `•bits` gives functions for efficiently applying bitwise and two's complement integer operations to arrays of data. These functions should compute result values with native CPU instructions, preferably SIMD if available.
+The system namespace `•bit` gives functions for efficiently applying bitwise and two's complement integer operations to arrays of data. These functions should compute result values with native CPU instructions, preferably SIMD if available.
| Name | Args | Type | Behavior
|----------|------|----------|---------