Fix comment
This commit is contained in:
parent
7c8d2fe5f8
commit
4a65e5336c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pub fn run() -> Result<(), Box<dyn Error>> {
|
|||
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.
|
||||
|
|
Loading…
Reference in a new issue