From 2f82d867c0501e57a7eb3557c4c5f4f2f74063df Mon Sep 17 00:00:00 2001 From: Andrea Ciliberti Date: Thu, 24 Feb 2022 13:52:50 +0100 Subject: [PATCH] Typo in hashmaps example --- ctru-rs/examples/hashmaps.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctru-rs/examples/hashmaps.rs b/ctru-rs/examples/hashmaps.rs index 761deab..f5377f1 100644 --- a/ctru-rs/examples/hashmaps.rs +++ b/ctru-rs/examples/hashmaps.rs @@ -6,7 +6,7 @@ use ctru::services::hid::{Hid, KeyPad}; fn main() { // Initialize services // - // HashMaps generate hashes thanks to the 3DS' criptografically secure generator. + // HashMaps generate hashes thanks to the 3DS' cryptografically secure generator. // This generator is only active when activating the `PS` service. // This service is automatically initialized in `ctru::init` ctru::init();