chore: fix docstring

This commit is contained in:
Chris Midgley 2021-08-31 19:13:48 +01:00 committed by relrelb
parent af004bcd26
commit bc4422f4fe
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ pub trait TDisplayObjectContainer<'gc>:
/// Any child already at the desired position will move back to the new /// Any child already at the desired position will move back to the new
/// child's former position. The render list positions of each child will /// child's former position. The render list positions of each child will
/// also be swapped. If no child has been displaced by the swap operation, /// also be swapped. If no child has been displaced by the swap operation,
// then the render list position of the child will be determined in the same /// then the render list position of the child will be determined in the same
/// way as `replace_at_depth`. /// way as `replace_at_depth`.
fn swap_at_depth( fn swap_at_depth(
&mut self, &mut self,