update comments in authority discovery (#4390)

* update comments in authority discovery

* Update lib.rs
This commit is contained in:
Weiliang Li
2019-12-14 00:54:20 +09:00
committed by Gavin Wood
parent 158e46111a
commit 21cbd80f8c
2 changed files with 2 additions and 2 deletions
@@ -16,7 +16,7 @@
//! # Authority discovery module.
//!
//! This module is used by the `core/authority-discovery` to retrieve the
//! This module is used by the `client/authority-discovery` to retrieve the
//! current set of authorities.
// Ensure we're `no_std` when compiling for Wasm.