Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit b4fbdda

Browse files
danforbesbkchr
authored andcommitted
Clarify Nicks docs (#7049)
1 parent a22edf0 commit b4fbdda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

frame/nicks/src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
//!
2323
//! ## Overview
2424
//!
25-
//! Nicks is a non-production-ready module for keeping track of account names on-chain. It makes no
26-
//! effort to create a name hierarchy, be a DNS replacement or provide reverse lookups. Furthermore,
27-
//! the weights attached to this module's dispatchable functions are for demonstration purposes only
28-
//! and have not been designed to be economically secure.
25+
//! Nicks is an example module for keeping track of account names on-chain. It makes no effort to
26+
//! create a name hierarchy, be a DNS replacement or provide reverse lookups. Furthermore, the
27+
//! weights attached to this module's dispatchable functions are for demonstration purposes only and
28+
//! have not been designed to be economically secure. Do not use this pallet as-is in production.
2929
//!
3030
//! ## Interface
3131
//!

0 commit comments

Comments
 (0)