diff --git a/ctru-rs/examples/gfx-3d-mode.rs b/ctru-rs/examples/gfx-3d-mode.rs index 32d7af1..6ad75e5 100644 --- a/ctru-rs/examples/gfx-3d-mode.rs +++ b/ctru-rs/examples/gfx-3d-mode.rs @@ -1,7 +1,7 @@ //! 3D Graphics example. //! //! This example showcases 3D mode rendering (using the CPU). -//! In a normal application, all rendering should be hanlded via the GPU. +//! In a normal application, all rendering should be handled via the GPU. use ctru::prelude::*; use ctru::services::gfx::{Flush, Screen, Side, Swap, TopScreen3D};