From 4a65e5336c35df7009a02c16c907c0ac43b2d615 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Thu, 8 Dec 2022 20:52:21 +0100 Subject: [PATCH] Fix comment --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index c719208..1572420 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -16,7 +16,7 @@ pub fn run() -> Result<(), Box> { Ok(()) } -/// Receives information from `parse_given_url`, and does the following: +/// Receives information from `parse_url`, and does the following: /// - request `sql_cache` to find local data /// - if data was returned, send the data to `transform_to_json`. /// - if no data was returned, request `api_client` and wait for it to return.