Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Oct 16, 2024
1 parent c3fdf39 commit cf90a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object/vector/rep.rs
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ where
}
}

/// This function applies a function `g` two pairs from lhs and rhs.
/// This function applies a function `g` to pairs from lhs and rhs.
/// The function returns an error when the lengths are not compatible.
fn try_recycle_then<L, R, O, F, A>(lhs: Rep<L>, rhs: Rep<R>, g: F) -> Result<Rep<A>, Signal>
where
Expand Down

0 comments on commit cf90a10

Please sign in to comment.