Remove a weird emoji in new_social docs (#8913)

This commit is contained in:
Wei Tang 2018-06-18 17:11:41 +08:00 committed by Afri Schoedon
parent 3016d54f13
commit 75e779029f
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ pub fn new_easthub<'a, T: Into<SpecParams<'a>>>(params: T) -> Spec {
load(params.into(), include_bytes!("../../res/ethereum/easthub.json"))
}
/// Create a new Ethereum Social mainnet chain spec ¯\_(ツ)_/¯ .
/// Create a new Ethereum Social mainnet chain spec.
pub fn new_social<'a, T: Into<SpecParams<'a>>>(params: T) -> Spec {
load(params.into(), include_bytes!("../../res/ethereum/social.json"))
}