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.