From 3720d35643a3bbb34bd1cc38122868eff62dcb68 Mon Sep 17 00:00:00 2001 From: criciss Date: Sun, 3 May 2026 17:00:49 +0800 Subject: [PATCH] chore: remove extra word in comment Signed-off-by: criciss --- subxt/src/backend/legacy/descendant_streams.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subxt/src/backend/legacy/descendant_streams.rs b/subxt/src/backend/legacy/descendant_streams.rs index 5c96159e0c5..b7a2de5806a 100644 --- a/subxt/src/backend/legacy/descendant_streams.rs +++ b/subxt/src/backend/legacy/descendant_streams.rs @@ -191,7 +191,7 @@ impl Stream for StorageFetchDescendantValuesStream { Poll::Ready(Ok(None)) => { // Clear keys once result comes back. this.keys = Vec::new(); - // But no results back for these keys we we just skip them. + // But no results back for these keys we just skip them. continue; } Poll::Ready(Err(e)) => {