From 24595c09202d2938844ce087105ea7fdcc73e593 Mon Sep 17 00:00:00 2001 From: Weiliang Li Date: Tue, 2 Jul 2019 15:41:55 +0900 Subject: [PATCH] Update without_std.rs (#2990) fix typo --- substrate/core/sr-std/without_std.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/core/sr-std/without_std.rs b/substrate/core/sr-std/without_std.rs index 664aef0d9b..327e271049 100755 --- a/substrate/core/sr-std/without_std.rs +++ b/substrate/core/sr-std/without_std.rs @@ -68,7 +68,7 @@ pub use core::slice; // Allow intepreting vectors of bytes as strings, but not constructing them. pub use core::str; // We are trying to avoid certain things here, such as `core::string` -// (if you need `String` you most probably doing something wrong, since +// (if you need `String` you are probably doing something wrong, since // runtime doesn't require anything human readable). pub mod collections {