From 9d55be9f17c31620b3774e5441a0f60b969d5005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kr=C3=BCger?= Date: Fri, 25 Aug 2023 11:43:23 +0200 Subject: [PATCH] Fix typo --- car-mirror/src/push.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/car-mirror/src/push.rs b/car-mirror/src/push.rs index 03f54fc..0fb229d 100644 --- a/car-mirror/src/push.rs +++ b/car-mirror/src/push.rs @@ -32,7 +32,7 @@ pub async fn request( /// in the given `store`, if the blocks can be shown to relate /// to the `root` CID. /// -/// Returnes a response that gives the client information about what +/// Returns a response that gives the client information about what /// other data remains to be fetched. pub async fn response( root: Cid,