From 0ee16e6dc075c968a90531742f68b5a412fbb915 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 --- rpc/src/module/indexer.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpc/src/module/indexer.rs b/rpc/src/module/indexer.rs index 7d5429bed87..167314ea067 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