@@ -512,7 +512,7 @@ impl<'w, 's, 'a> EntityCommands<'w, 's, 'a> {
512
512
self
513
513
}
514
514
515
- /// Moves a [`Bundle`] from the entity to another .
515
+ /// Moves a [`Bundle`] to a target entity .
516
516
///
517
517
/// # Example
518
518
///
@@ -552,7 +552,7 @@ impl<'w, 's, 'a> EntityCommands<'w, 's, 'a> {
552
552
self
553
553
}
554
554
555
- /// Moves a [`Component`] from the entity to another .
555
+ /// Moves a [`Component`] to a target entity .
556
556
///
557
557
/// # Example
558
558
///
@@ -575,7 +575,7 @@ impl<'w, 's, 'a> EntityCommands<'w, 's, 'a> {
575
575
self . move_bundle_to :: < ( C , ) > ( target)
576
576
}
577
577
578
- /// Moves a [`Bundle`] from the entity to another .
578
+ /// Moves a [`Bundle`] from a source entity .
579
579
///
580
580
/// See [`move_bundle_to`](EntityCommands::move_bundle_to).
581
581
pub fn move_bundle_from < T : Bundle > ( & mut self , source : Entity ) -> & mut Self {
@@ -594,7 +594,7 @@ impl<'w, 's, 'a> EntityCommands<'w, 's, 'a> {
594
594
self
595
595
}
596
596
597
- /// Moves a [`Component`] from the entity to another .
597
+ /// Moves a [`Component`] from a source entity .
598
598
///
599
599
/// See [`move_to`](EntityCommands::move_to).
600
600
pub fn move_from < C : Component > ( & mut self , source : Entity ) -> & mut Self {
0 commit comments