| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a0f89a2 commit 9b47f77
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ const allocators = [ | |||
| 23 | 23 | for (const allocator of allocators) { | |
| 24 | 24 | for (const size of sizes) { | |
| 25 | 25 | try { | |
| 26 | - // These allocations are known to fail. If they do, | ||
| 26 | + // Some of these allocations are known to fail. If they do, | ||
| 27 | 27 | // Uint32Array should still produce a zeroed out result. | |
| 28 | 28 | allocator(size); | |
| 29 | 29 | } catch { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments