Skip to content

Commit

Permalink
Fix typos (taking into account review comments)
Browse files Browse the repository at this point in the history
  • Loading branch information
blyxyas committed May 18, 2024
1 parent 4fa3e88 commit 435f706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core_simd/src/ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ macro_rules! for_base_types {
#[inline]
#[must_use = "operator returns a new vector without mutating the inputs"]
// TODO: only useful for int Div::div, but we hope that this
// will essentially always always get inlined anyway.
// will essentially always get inlined anyway.
#[track_caller]
fn $call(self, rhs: Self) -> Self::Output {
$macro_impl!(self, rhs, $inner, $scalar)
Expand Down

0 comments on commit 435f706

Please sign in to comment.