@@ -141,7 +141,7 @@ impl RasterTileLayerBuilder {
141141 /// fails, building the tile layer will return an error.
142142 ///
143143 /// Cannot be used with custom tile provider given by
144- /// [`RasterTileLayerBuilder::new_with_provider ()`] method as the provider must have already be
144+ /// [`RasterTileLayerBuilder::new_with_loader ()`] method as the provider must have already be
145145 /// created with the cache configured. So in this case building will also return an error.
146146 ///
147147 /// Replaces the value set by the [`RasterTileLayerBuilder::with_cache_controller()`] method.
@@ -208,7 +208,7 @@ impl RasterTileLayerBuilder {
208208 /// Adds the given persistent cache for the tiles.
209209 ///
210210 /// Cannot be used with custom tile provider given by
211- /// [`RasterTileLayerBuilder::new_with_provider ()`] method as the provider must have already be
211+ /// [`RasterTileLayerBuilder::new_with_loader ()`] method as the provider must have already be
212212 /// created with the cache configured. So in this case building will also return an error.
213213 ///
214214 /// Replaces the value set by the [`RasterTileLayerBuilder::with_file_cache()`] method.
@@ -243,7 +243,7 @@ impl RasterTileLayerBuilder {
243243 /// to identify tiles in the cache.
244244 ///
245245 /// Cannot be used with custom tile provider given by
246- /// [`RasterTileLayerBuilder::new_with_provider ()`] method as the provider must have already be
246+ /// [`RasterTileLayerBuilder::new_with_loader ()`] method as the provider must have already be
247247 /// created with the offline mode. So in this case building will also return an error.
248248 ///
249249 /// If the layer is set to offline mode but there is no cache configured, building it will
0 commit comments