mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 22:55:43 +00:00
fix typo (#1928)
This commit is contained in:
@@ -120,7 +120,7 @@ impl<B: BlockT> ImportQueueClone<B> for BasicQueue<B> {
|
|||||||
/// "BasicQueue" is a wrapper around a channel sender to the "BlockImporter".
|
/// "BasicQueue" is a wrapper around a channel sender to the "BlockImporter".
|
||||||
/// "BasicQueue" itself does not keep any state or do any importing work, and can therefore be send to other threads.
|
/// "BasicQueue" itself does not keep any state or do any importing work, and can therefore be send to other threads.
|
||||||
///
|
///
|
||||||
/// "BasiqQueue" implements "ImportQueue" by sending messages to the "BlockImporter", which runs in it's own thread.
|
/// "BasicQueue" implements "ImportQueue" by sending messages to the "BlockImporter", which runs in it's own thread.
|
||||||
///
|
///
|
||||||
/// The "BlockImporter" is responsible for handling incoming requests from the "BasicQueue",
|
/// The "BlockImporter" is responsible for handling incoming requests from the "BasicQueue",
|
||||||
/// some of these requests are handled by the "BlockImporter" itself, such as "is_importing" or "status",
|
/// some of these requests are handled by the "BlockImporter" itself, such as "is_importing" or "status",
|
||||||
|
|||||||
Reference in New Issue
Block a user