diff --git a/src/client.rs b/src/client.rs index 225fa23..38ecb98 100644 --- a/src/client.rs +++ b/src/client.rs @@ -353,7 +353,7 @@ where )); } - // Blockstore doesn't have the data add CID in the wantlist. + // If blockstore doesn't have the data, add CID in the wantlist. // // Connection handlers will be informed via `update_handlers` about the new items in wantlist. TaskResult::Get(query_id, cid, Ok(None)) => {