Skip to content

Commit

Permalink
Merge pull request #880 from hannobraun/comment
Browse files Browse the repository at this point in the history
Improve wording in doc comment
  • Loading branch information
hannobraun authored Jul 27, 2022
2 parents c5dea04 + 314585d commit 0a6ee04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-kernel/src/iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::objects::{
/// Implemented for all object types. An implementation must return itself, in
/// addition to any other objects it references.
pub trait ObjectIters<'r> {
/// Return all objects being referenced
/// Return all objects that this one references
fn referenced_objects(&'r self) -> Vec<&'r dyn ObjectIters>;

/// Iterate over all curves
Expand Down

0 comments on commit 0a6ee04

Please sign in to comment.