From 0160ce6c6c3aea38395c012b560f208cb8efd066 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Tue, 17 Oct 2023 00:15:53 -0700 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f98561..5f20e9b 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ uni2.set([ ``` The reason it's this way is it's common to make large arrays of `f32`, `u32`, -`vec2f`, `vec3f`, `vec4f` etc. We couldn't want every element of an array to +`vec2f`, `vec3f`, `vec4f` etc. We wouldn't want every element of an array to have its own typedarray view. ### arrays of intrinsics can be set by arrays of arrays