File tree 1 file changed +2
-2
lines changed
crates/bevy_ecs/src/system/commands
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ where
133
133
}
134
134
}
135
135
136
- /// A [`Command`] that consumes an iterator of [`Bundle`]s to spawn a series of entities.
136
+ /// A [`Command`] that consumes an iterator of [`Bundles`](Bundle) to spawn a series of entities.
137
137
///
138
138
/// This is more efficient than spawning the entities individually.
139
139
#[ track_caller]
@@ -276,7 +276,7 @@ where
276
276
}
277
277
278
278
/// A [`Command`] that removes a system previously registered with
279
- /// [`Commands::register_system`](super ::Commands::register_system) or
279
+ /// [`Commands::register_system`](crate::system ::Commands::register_system) or
280
280
/// [`World::register_system`].
281
281
pub fn unregister_system < I , O > ( system_id : SystemId < I , O > ) -> impl Command < Result >
282
282
where
You can’t perform that action at this time.
0 commit comments