std: fix a bunch of typos
The majority of these are in comments, some in doc comments which might affect the generated documentation, and a few in parameter names - nothing that should be breaking, however.
This commit is contained in:
committed by
Andrew Kelley
parent
ec6ffaa1e4
commit
94e30a756e
@@ -159,7 +159,7 @@ pub fn interlace(vecs: anytype) @Vector(vectorLength(@TypeOf(vecs[0])) * vecs.le
|
||||
}
|
||||
|
||||
/// The contents of `interlaced` is evenly split between vec_count vectors that are returned as an array. They "take turns",
|
||||
/// recieving one element from `interlaced` at a time.
|
||||
/// receiving one element from `interlaced` at a time.
|
||||
pub fn deinterlace(
|
||||
comptime vec_count: usize,
|
||||
interlaced: anytype,
|
||||
|
||||
Reference in New Issue
Block a user