copypasted -> copied (#1168)

This commit is contained in:
Svyatoslav Nikolsky
2021-09-27 15:56:19 +03:00
committed by Bastian Köcher
parent 772b52e479
commit c0df990b90
4 changed files with 6 additions and 6 deletions
@@ -16,7 +16,7 @@
//! The Rialto parachain runtime. This can be compiled with `#[no_std]`, ready for Wasm.
//!
//! Originally a copypaste of runtime from https://github.com/substrate-developer-hub/substrate-parachain-template.
//! Originally a copy of runtime from https://github.com/substrate-developer-hub/substrate-parachain-template.
#![cfg_attr(not(feature = "std"), no_std)]
// `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256.