aboutsummaryrefslogtreecommitdiff
path: root/lib/std/multi_array_list.zig
diff options
context:
space:
mode:
authorBogdan Romanyuk <65823030+wrongnull@users.noreply.github.com>2023-04-16 20:45:32 +0300
committerVeikka Tuominen <git@vexu.eu>2023-04-16 22:10:48 +0300
commit397649fb0934b75122e795bfb234d46693425d98 (patch)
tree0c8558764f93e0b80b647c4476a335f960da3a53 /lib/std/multi_array_list.zig
parentbc804eb8419156980ec920c1ccb502c257c679b4 (diff)
downloadzig-397649fb0934b75122e795bfb234d46693425d98.tar.gz
zig-397649fb0934b75122e795bfb234d46693425d98.zip
Removing duplicate word in doc
Diffstat (limited to 'lib/std/multi_array_list.zig')
-rw-r--r--lib/std/multi_array_list.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/multi_array_list.zig b/lib/std/multi_array_list.zig
index e7b9586eba..838965f8b1 100644
--- a/lib/std/multi_array_list.zig
+++ b/lib/std/multi_array_list.zig
@@ -11,7 +11,7 @@ const testing = std.testing;
/// stores separate lists for each field of the struct or
/// lists of tags and bare unions.
/// This allows for memory savings if the struct or union has padding,
-/// and also improves cache usage if only some fields or or just tags
+/// and also improves cache usage if only some fields or just tags
/// are needed for a computation. The primary API for accessing fields is
/// the `slice()` function, which computes the start pointers
/// for the array of each field. From the slice you can call