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

Commit

Permalink
Clarify Nicks docs (#7049)
Browse files Browse the repository at this point in the history
  • Loading branch information
danforbes authored and bkchr committed Sep 18, 2020
1 parent a22edf0 commit b4fbdda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frame/nicks/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
//!
//! ## Overview
//!
//! 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.
//! Nicks is an example 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. Do not use this pallet as-is in production.
//!
//! ## Interface
//!
Expand Down

0 comments on commit b4fbdda

Please sign in to comment.