Skip to content

Commit

Permalink
chore: fix doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
ten3roberts committed Oct 15, 2023
1 parent e5c69c4 commit d80cab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entity/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ impl Child {
/// insertion into the world.
///
/// ```rust
/// # use flax::*;
/// # use flax::{*, components::*};
/// # use glam::*;
/// # component! {
/// # health: f32,
Expand Down

0 comments on commit d80cab3

Please sign in to comment.