This commit is contained in:
Gav
2018-09-27 16:25:53 +01:00
parent a3285e43f6
commit 65b9e11cd8
17 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with Substrate. If not, see <http://www.gnu.org/licenses/>.
//! Polkadot Blake2b Hasher implementation
//! Substrate Blake2b Hasher implementation
use hash_db::Hasher;
use hash256_std_hasher::Hash256StdHasher;
+1 -1
View File
@@ -15,7 +15,7 @@
// along with Substrate. If not, see <http://www.gnu.org/licenses/>.
// tag::description[]
//! Shareable Polkadot types.
//! Shareable Substrate types.
// end::description[]
#![warn(missing_docs)]