mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Remove a repeated phrase in UnsafeWorldCell
docs (#8590)
I just found a typo while reading the docs. # Objective - Fix `UnsafeWorldCell` docs ## Solution - Remove the repeated phrase
This commit is contained in:
parent
76fe2b40c6
commit
636f711d26
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ use std::{any::TypeId, cell::UnsafeCell, marker::PhantomData};
|
|||
/// APIs like [`System::component_access`](crate::system::System::component_access).
|
||||
///
|
||||
/// A system then can be executed using [`System::run_unsafe`](crate::system::System::run_unsafe) with a `&World` and use methods with interior mutability to access resource values.
|
||||
/// access resource values.
|
||||
///
|
||||
/// ### Example Usage
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue