mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Fix small docs misformat in BundleInfo::new
(#11855)
# Objective - Fix misformatted section in `BundleInfo::new` ## Solution - Format it correctly
This commit is contained in:
parent
77c26f64ce
commit
d3c9c61d86
1 changed files with 3 additions and 3 deletions
|
@ -290,9 +290,9 @@ impl BundleInfo {
|
|||
///
|
||||
/// # Safety
|
||||
///
|
||||
// Every ID in `component_ids` must be valid within the World that owns the BundleInfo,
|
||||
// must have its storage initialized (i.e. columns created in tables, sparse set created),
|
||||
// and must be in the same order as the source bundle type writes its components in.
|
||||
/// Every ID in `component_ids` must be valid within the World that owns the `BundleInfo`,
|
||||
/// must have its storage initialized (i.e. columns created in tables, sparse set created),
|
||||
/// and must be in the same order as the source bundle type writes its components in.
|
||||
unsafe fn new(
|
||||
bundle_type_name: &'static str,
|
||||
components: &Components,
|
||||
|
|
Loading…
Reference in a new issue