Fix some typos (#4018)

Signed-off-by: hongkuang <liurenhong@outlook.com>
This commit is contained in:
HongKuang
2024-04-08 12:21:11 +08:00
committed by GitHub
parent 9940038543
commit bd4471b4fc
7 changed files with 8 additions and 8 deletions
@@ -20,7 +20,7 @@
//! Also see the [`frame_tokens`] reference docs for more information about the place of
//! `fungible` traits in Substrate.
//!
//! # Avaliable Traits
//! # Available Traits
//! - [`Inspect`]: Regular balance inspector functions.
//! - [`Unbalanced`]: Low-level balance mutating functions. Does not guarantee proper book-keeping
//! and so should not be called into directly from application code. Other traits depend on this