Skip to content

Commit

Permalink
Merge pull request #66 from highway900/main
Browse files Browse the repository at this point in the history
Documentation fix
  • Loading branch information
idanarye authored Oct 23, 2024
2 parents 2de4d16 + ae54a2c commit 89c9653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
//! where it should usually be registered)
//!
//! A Tnua controlled character must have a dynamic rigid body, everything from
//! `Tnua<physics-backend>IOBundle` (e.g. - for Rapier 3D, use `TnuaRapier3dIOBundle1), and
//! `Tnua<physics-backend>IOBundle` (e.g. - for Rapier 3D, use `TnuaRapier3dIOBundle`), and
//! everything from [`TnuaControllerBundle`](prelude::TnuaControllerBundle):
//! ```no_run
//! # use bevy::prelude::*;
Expand Down

0 comments on commit 89c9653

Please sign in to comment.