Fix small docs misformat in BundleInfo::new (#11855)

# Objective

- Fix misformatted section in `BundleInfo::new`

## Solution

- Format it correctly
This commit is contained in:
Adam 2024-02-14 00:14:05 +02:00 committed by GitHub
parent 77c26f64ce
commit d3c9c61d86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -290,9 +290,9 @@ impl BundleInfo {
/// ///
/// # Safety /// # Safety
/// ///
// Every ID in `component_ids` must be valid within the World that owns the BundleInfo, /// 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), /// 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. /// and must be in the same order as the source bundle type writes its components in.
unsafe fn new( unsafe fn new(
bundle_type_name: &'static str, bundle_type_name: &'static str,
components: &Components, components: &Components,