chore: fix typos and link broken (#1541)

Signed-off-by: snoppy <michaleli@foxmail.com>
This commit is contained in:
Snoppy
2024-04-19 20:50:04 +08:00
committed by GitHub
parent c124e17336
commit 2bf782581b
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ pub trait Backend<T: Config>: sealed::Sealed + Send + Sync + 'static {
) -> Result<Vec<u8>, Error>;
}
/// helpeful utility methods derived from those provided on [`Backend`]
/// helpful utility methods derived from those provided on [`Backend`]
#[async_trait]
pub trait BackendExt<T: Config>: Backend<T> {
/// Fetch a single value from storage.