diff --git a/src/lib.rs b/src/lib.rs index 9e96dbc4b5f65..12dbed85e967a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,5 @@ //! -//! # Official of Rapier to the Bevy game engine +//! # Official integration of Rapier to the Bevy game engine //! //! Rapier is a set of two Rust crates `rapier2d` and `rapier3d` for efficient cross-platform //! physics simulation. It target application include video games, animation, robotics, etc.