Skip to content

Commit

Permalink
Format method name in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethloeffler committed Sep 25, 2023
1 parent 6ec142a commit 02c9a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbx_dom_weak/src/dom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ impl WeakDom {
root_ref
}

/// Similar to clone_into_external, but clones multiple subtrees all at once. This
/// Similar to `clone_into_external`, but clones multiple subtrees all at once. This
/// method will preserve Ref properties that point across the cloned subtrees.
pub fn clone_multiple_into_external(&self, referents: &[Ref], dest: &mut WeakDom) -> Vec<Ref> {
let mut ctx = CloneContext::default();
Expand Down

0 comments on commit 02c9a35

Please sign in to comment.