aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-11-15 23:01:15 +0100
committerTom Smeding <tom@tomsmeding.com>2025-11-15 23:01:15 +0100
commit85f3e5b2c91dded98edae8f7d1e9a4026839b556 (patch)
tree9c1972679b19a7e52864b51a0968e655e80152f1
parente9a0873ceb5c2140dc3331aa8239d511675d55c4 (diff)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2e24c91..8393148 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ Below the surface layer, there is a more low-level wrapper (`XArray`) around
`orthotope` that defines a non-nested `Mixed`-style array type.
**Be aware**: `ox-arrays` attempts to preserve sharing as much as possible.
-That is to say: if a function is able avoid copying array data and return an
+That is to say: if a function is able to avoid copying array data and return an
array that references the original underlying `Vector`, it may do so. For
example, this means that if you convert a nested array to a list of arrays, all
returned arrays reference part of the original array without copying. This