Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling errors in documentation #695

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LIBRARY_MATRIX.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### Labels
- L1 - Available throught SDK as a function
- L1 - Available through SDK as a function
- L2 - Can be done but requires extra work

## Extrinsics
Expand Down
2 changes: 1 addition & 1 deletion avail-rust/DEV_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ How to build the API

and

Inisde `pub mod api { pub mod runtime_types { pub mod pallet_collective { pub mod pallet }}}` duplicate the whole `pub enum Call` enum and
Inside `pub mod api { pub mod runtime_types { pub mod pallet_collective { pub mod pallet }}}` duplicate the whole `pub enum Call` enum and
call it `pub enum Call2`. (Around line 30168)

Should look like this
Expand Down
8 changes: 4 additions & 4 deletions benchmark-results/e2e.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
| Sample 9 | 0.28 |
| Sample 10 | 0.22 |
| Total | 2.56 |
| Avgerage | 0.26 |
| Average | 0.26 |

### Query Data Proof
| Operation | Duration (ms) |
Expand All @@ -29,7 +29,7 @@
| Sample 9 | 4.13 |
| Sample 10 | 4.58 |
| Total | 44.77 |
| Avgerage | 4.48 |
| Average | 4.48 |

### Query Proof
| Operation | Duration (ms) |
Expand All @@ -45,7 +45,7 @@
| Sample 9 | 3550.53 |
| Sample 10 | 3579.67 |
| Total | 35487.70 |
| Avgerage | 3548.77 |
| Average | 3548.77 |

### Query Rows
| Operation | Duration (ms) |
Expand All @@ -61,4 +61,4 @@
| Sample 9 | 92.17 |
| Sample 10 | 88.14 |
| Total | 887.31 |
| Avgerage | 88.73 |
| Average | 88.73 |