Browse Source

Typo in hashmaps example

pull/49/head
Andrea Ciliberti 3 years ago
parent
commit
2f82d867c0
  1. 2
      ctru-rs/examples/hashmaps.rs

2
ctru-rs/examples/hashmaps.rs

@ -6,7 +6,7 @@ use ctru::services::hid::{Hid, KeyPad}; @@ -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();

Loading…
Cancel
Save