From 185a4067cf36f8d13d62646696b19d48de8402bc Mon Sep 17 00:00:00 2001 From: Eval EXEC Date: Tue, 31 Oct 2023 10:16:42 +0800 Subject: [PATCH] doc: Remove meaningless `>` Co-authored-by: ian Signed-off-by: Eval EXEC --- rpc/src/module/indexer.rs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rpc/src/module/indexer.rs b/rpc/src/module/indexer.rs index 7d5429bed8..ea7578b9e3 100644 --- a/rpc/src/module/indexer.rs +++ b/rpc/src/module/indexer.rs @@ -63,7 +63,8 @@ pub trait IndexerRpc { /// /// ## Returns /// - /// > If the number of objects is less than the requested `limit`, it indicates that these are the last page of get_cells. + /// If the number of objects is less than the requested `limit`, it indicates that these are the last page of get_cells. + /// /// * objects: /// - output: the fields of an output cell /// - output_data: the cell data @@ -410,7 +411,9 @@ pub trait IndexerRpc { /// * after: pagination parameter, optional /// /// ## Returns - /// > If the number of objects is less than the requested `limit`, it indicates that these are the last page of get_transactions. + /// + /// If the number of objects is less than the requested `limit`, it indicates that these are the last page of get_transactions. + /// /// * objects - enum, ungrouped TxWithCell | grouped TxWithCells /// - TxWithCell: /// - tx_hash: transaction hash,