Add missing `be` to `init_component` comment

This commit is contained in:
li041 2026-02-02 03:05:41 +00:00
parent 6d2ff13a63
commit c3dda32805
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ use syn::parse_macro_input;
pub(crate) const COMPONENT_FILE_NAME: &str = "Components.toml";
/// Register a function to be called when the component system is initialized. The function should not public.
/// Register a function to be called when the component system is initialized. The function should not be public.
///
/// You can specify the initialization stage by:
/// - `#[init_component]` or `#[init_component(bootstrap)]` - the **Bootstrap** stage