diff --git a/MapControl/Shared/TileSource.cs b/MapControl/Shared/TileSource.cs
index 92cdbce1..4291b014 100644
--- a/MapControl/Shared/TileSource.cs
+++ b/MapControl/Shared/TileSource.cs
@@ -75,7 +75,7 @@ namespace MapControl
///
/// Loads a tile ImageSource asynchronously from GetUri(column, row, zoomLevel).
- /// This method is called by a TileImageLoader that does not perform caching.
+ /// This method is called by TileImageLoader for TileSources without caching.
///
public virtual Task LoadImageAsync(int column, int row, int zoomLevel)
{