diff --git a/substrate/frame/nicks/src/lib.rs b/substrate/frame/nicks/src/lib.rs
index ce0d65d8816691ddf79c3d70b52f6e95dc6355e5..8a38b827f8611907d0fdb75d3cfeff71b02065ed 100644
--- a/substrate/frame/nicks/src/lib.rs
+++ b/substrate/frame/nicks/src/lib.rs
@@ -22,8 +22,10 @@
 //!
 //! ## Overview
 //!
-//! Nicks is a trivial module for keeping track of account names on-chain. It makes no effort to
-//! create a name hierarchy, be a DNS replacement or provide reverse lookups.
+//! Nicks is a non-production-ready module for keeping track of account names on-chain. It makes no
+//! effort to create a name hierarchy, be a DNS replacement or provide reverse lookups. Furthermore,
+//! the weights attached to this module's dispatchable functions are for demonstration purposes only
+//! and have not been designed to be economically secure.
 //!
 //! ## Interface
 //!