docs:fix spelling issues (#1699)

* Update CHANGELOG.md

* Update mod.rs

* Update runtime_apis.rs

* Update setup_client_custom_rpc.rs

* Update subxt/examples/setup_client_custom_rpc.rs

Co-authored-by: James Wilson <james@jsdw.me>

* Update subxt/examples/setup_client_custom_rpc.rs

Co-authored-by: James Wilson <james@jsdw.me>

---------

Co-authored-by: James Wilson <james@jsdw.me>
This commit is contained in:
Elias Rad
2024-08-05 11:35:23 +03:00
committed by GitHub
parent 11a99e1ee6
commit a936675673
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ impl RuntimeGenerator {
/// The outer extrinsic enum.
pub type Call = #call_path;
/// The outer error enum representing the DispatchError's Module variant.
/// The outer error enum represents the DispatchError's Module variant.
pub type Error = #error_path;
pub fn constants() -> ConstantsApi {