From 47e3a73e144e963ea078897cbb7e0eec35e571b3 Mon Sep 17 00:00:00 2001 From: Meziu <55318903+Meziu@users.noreply.github.com> Date: Sat, 29 Jul 2023 11:44:18 +0200 Subject: [PATCH] Fix typo in play_shutter_sound docs Co-authored-by: FenrirWolf --- ctru-rs/src/services/cam.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctru-rs/src/services/cam.rs b/ctru-rs/src/services/cam.rs index 23316c1..1a4d6ad 100644 --- a/ctru-rs/src/services/cam.rs +++ b/ctru-rs/src/services/cam.rs @@ -978,7 +978,7 @@ impl Cam { /// /// # Notes /// - /// Playing the shutter sound does not require a liviving handle to the [`Ndsp`](crate::services::ndsp::Ndsp) service. + /// Playing the shutter sound does not require a living handle to the [`Ndsp`](crate::services::ndsp::Ndsp) service. /// Volume will always be maxed out to ensure everyone within photo range can hear the picture being taken (as by japanese law). /// /// # Example