From f260e943a3eadb5ab9284b0be6a6412f8c36e3f8 Mon Sep 17 00:00:00 2001 From: Meziu <55318903+Meziu@users.noreply.github.com> Date: Fri, 4 Aug 2023 23:15:33 +0200 Subject: [PATCH] Update ctru-rs/examples/gfx-3d-mode.rs Co-authored-by: Ian Chamberlain --- ctru-rs/examples/gfx-3d-mode.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};