aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2022-11-04 22:02:20 +0100
committerAndreas Grois <andi@grois.info>2022-11-04 22:02:20 +0100
commitfb5bd1a86ff5b62e1272c8b66e4dd3d860b74e3f (patch)
tree6908b3aaf558e7ce20fc0eedabbfd31a740c6ca6 /src
parent3254d705f91b9440457c1b9322c3a3edfd4b217e (diff)
Fix doc error.
Diffstat (limited to 'src')
-rw-r--r--src/passwordmaker/base_conversion/iterative_conversion_impl/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passwordmaker/base_conversion/iterative_conversion_impl/mod.rs b/src/passwordmaker/base_conversion/iterative_conversion_impl/mod.rs
index b805272..8bc3214 100644
--- a/src/passwordmaker/base_conversion/iterative_conversion_impl/mod.rs
+++ b/src/passwordmaker/base_conversion/iterative_conversion_impl/mod.rs
@@ -1,4 +1,4 @@
-//! Implementation of iterative conversion support for the types we need it for: u128 and [u32;N].
+//! Implementation of iterative conversion support for the types we need it for: u128 and \[u32;N\].
//! Beware that all functions in this module are optimized for the use cases of passwordmaker-rs. They may or may not
//! be suitable for anything else.