aboutsummaryrefslogtreecommitdiff
path: root/lockchain-core/src/init.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lockchain-core/src/init.rs')
-rw-r--r--lockchain-core/src/init.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lockchain-core/src/init.rs b/lockchain-core/src/init.rs
index 8fa2ccc..a8bce11 100644
--- a/lockchain-core/src/init.rs
+++ b/lockchain-core/src/init.rs
@@ -6,7 +6,7 @@ use serde::{Deserialize, Serialize};
///
/// ---
///
-/// **Important Note** Because lockchain-core doesn't make assumptions about
+/// **Important Note** Because lockchain-core doesn't make assumptions
/// about the existence of a cryptographic layer, the `UserStore` that
/// handles these secrets assumes they are **not** secret!
///