Skip to content

Commit

Permalink
Fix word in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Mar 8, 2023
1 parent 04aefe4 commit 0dfbc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-kernel/src/builder/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub trait ObjectArgument<T>: IntoIterator<Item = T> {

/// Create a return value by mapping the implementing type
///
/// Provides access to the (circular) next item.
/// Provides access to the (circular) previous item.
fn map_with_prev<F, R>(self, f: F) -> Self::SameSize<R>
where
F: FnMut(T, T) -> R,
Expand Down

0 comments on commit 0dfbc54

Please sign in to comment.