Skip to content

Commit

Permalink
Merge pull request podusowski#203 from podusowski/docs-fix
Browse files Browse the repository at this point in the history
fix ref in docs
  • Loading branch information
podusowski authored Oct 28, 2024
2 parents 9f68185 + bf080e8 commit 9badff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion walkers/src/download.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use crate::{io::http_client, mercator::TileId, sources::TileSource, tiles::Textu

pub use reqwest::header::HeaderValue;

/// Controls how [`crate::Tiles`] use the HTTP protocol, such as caching.
/// Controls how [`crate::HttpTiles`] use the HTTP protocol, such as caching.
pub struct HttpOptions {
/// Path to the directory to store the HTTP cache.
///
Expand Down

0 comments on commit 9badff3

Please sign in to comment.