Skip to content

Commit cc2992e

Browse files
committed
Correct typo
`submitheader` had `return nothing` in the types table. Should be `returns`. Change them all to `returns nothing`.
1 parent 47caf92 commit cc2992e

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

types/src/v18/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
//! | getnetworkhashps | returns boolean | |
8888
//! | prioritisetransaction | returns boolean | |
8989
//! | submitblock | returns nothing | |
90-
//! | submitheader | return nothing | TODO |
90+
//! | submitheader | returns nothing | TODO |
9191
//!
9292
//! </details>
9393
//!

types/src/v19/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
//! | getnetworkhashps | returns boolean | |
8888
//! | prioritisetransaction | returns boolean | |
8989
//! | submitblock | returns nothing | |
90-
//! | submitheader | return nothing | TODO |
90+
//! | submitheader | returns nothing | TODO |
9191
//!
9292
//! </details>
9393
//!

types/src/v20/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
//! | getnetworkhashps | returns boolean | |
8989
//! | prioritisetransaction | returns boolean | |
9090
//! | submitblock | returns nothing | |
91-
//! | submitheader | return nothing | TODO |
91+
//! | submitheader | returns nothing | TODO |
9292
//!
9393
//! </details>
9494
//!

types/src/v21/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
//! | getnetworkhashps | returns boolean | |
9090
//! | prioritisetransaction | returns boolean | |
9191
//! | submitblock | returns nothing | |
92-
//! | submitheader | return nothing | TODO |
92+
//! | submitheader | returns nothing | TODO |
9393
//!
9494
//! </details>
9595
//!

types/src/v22/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
//! | getnetworkhashps | returns boolean | |
9090
//! | prioritisetransaction | returns boolean | |
9191
//! | submitblock | returns nothing | |
92-
//! | submitheader | return nothing | TODO |
92+
//! | submitheader | returns nothing | TODO |
9393
//!
9494
//! </details>
9595
//!

types/src/v23/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
//! | getnetworkhashps | returns boolean | |
8181
//! | prioritisetransaction | returns boolean | |
8282
//! | submitblock | returns nothing | |
83-
//! | submitheader | return nothing | TODO |
83+
//! | submitheader | returns nothing | TODO |
8484
//!
8585
//! </details>
8686
//!

types/src/v24/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
//! | getnetworkhashps | returns boolean | |
8282
//! | prioritisetransaction | returns boolean | |
8383
//! | submitblock | returns nothing | |
84-
//! | submitheader | return nothing | TODO |
84+
//! | submitheader | returns nothing | TODO |
8585
//!
8686
//! </details>
8787
//!

types/src/v25/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
//! | getnetworkhashps | returns boolean | |
8383
//! | prioritisetransaction | returns boolean | |
8484
//! | submitblock | returns nothing | |
85-
//! | submitheader | return nothing | TODO |
85+
//! | submitheader | returns nothing | TODO |
8686
//!
8787
//! </details>
8888
//!

types/src/v26/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
//! | getprioritisedtransactions | version + model | TODO |
8888
//! | prioritisetransaction | returns boolean | |
8989
//! | submitblock | returns nothing | |
90-
//! | submitheader | return nothing | TODO |
90+
//! | submitheader | returns nothing | TODO |
9191
//!
9292
//! </details>
9393
//!

types/src/v27/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
//! | getprioritisedtransactions | version + model | TODO |
8888
//! | prioritisetransaction | returns boolean | |
8989
//! | submitblock | returns nothing | |
90-
//! | submitheader | return nothing | TODO |
90+
//! | submitheader | returns nothing | TODO |
9191
//!
9292
//! </details>
9393
//!

0 commit comments

Comments
 (0)