Skip to content

Commit 4259e4d

Browse files
committed
tiny docs
1 parent d2dba34 commit 4259e4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/bevy_ecs/src/system/commands/command.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ where
133133
}
134134
}
135135

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.
137137
///
138138
/// This is more efficient than spawning the entities individually.
139139
#[track_caller]
@@ -276,7 +276,7 @@ where
276276
}
277277

278278
/// 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
280280
/// [`World::register_system`].
281281
pub fn unregister_system<I, O>(system_id: SystemId<I, O>) -> impl Command<Result>
282282
where

0 commit comments

Comments
 (0)