drive by spelling fixes (#12175)

This commit is contained in:
Squirrel
2022-09-05 15:04:14 +01:00
committed by GitHub
parent 84acfd5f50
commit 2b80555902
4 changed files with 4 additions and 4 deletions
@@ -71,7 +71,7 @@ pub trait PalletsInfoAccess {
///
/// You probably don't want this function but `infos()` instead.
fn count() -> usize {
// for backwards compatibility with XCM-3, Mark is deprecated.
// for backwards compatibility with XCM-3, Mark as deprecated.
Self::infos().len()
}