From bc4422f4feca19a6236247b9a1efe0e5daf9e8b2 Mon Sep 17 00:00:00 2001 From: Chris Midgley Date: Tue, 31 Aug 2021 19:13:48 +0100 Subject: [PATCH] chore: fix docstring --- core/src/display_object/container.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/display_object/container.rs b/core/src/display_object/container.rs index ea3052c24..db3148a8d 100644 --- a/core/src/display_object/container.rs +++ b/core/src/display_object/container.rs @@ -215,7 +215,7 @@ pub trait TDisplayObjectContainer<'gc>: /// 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 /// 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`. fn swap_at_depth( &mut self,