Index: Core/Components/src/Core.Components.BruTile.IO/AsyncTileFetcher.cs =================================================================== diff -u -r396d39591f11aad05a6cd0e66ead43fefd9713c3 -ra9a7e0a2bb2aafdc0372339bd141f8fefff4c628 --- Core/Components/src/Core.Components.BruTile.IO/AsyncTileFetcher.cs (.../AsyncTileFetcher.cs) (revision 396d39591f11aad05a6cd0e66ead43fefd9713c3) +++ Core/Components/src/Core.Components.BruTile.IO/AsyncTileFetcher.cs (.../AsyncTileFetcher.cs) (revision a9a7e0a2bb2aafdc0372339bd141f8fefff4c628) @@ -188,8 +188,8 @@ /// The to get the tile for. /// An of which represent the tile. /// Thrown when an I/O error occurred while opening the file. - /// Thrown when this operation is not supported on the current platform. - /// -or- path specified a directory.-or- The caller does not have the required permission. + /// Thrown when this operation is not + /// supported on the current platform or the caller does not have the required permission. private byte[] GetTileFromCache(TileInfo tileInfo) { TileIndex index = tileInfo.Index; Index: Core/Components/src/Core.Components.BruTile.IO/ITileFetcher.cs =================================================================== diff -u -r396d39591f11aad05a6cd0e66ead43fefd9713c3 -ra9a7e0a2bb2aafdc0372339bd141f8fefff4c628 --- Core/Components/src/Core.Components.BruTile.IO/ITileFetcher.cs (.../ITileFetcher.cs) (revision 396d39591f11aad05a6cd0e66ead43fefd9713c3) +++ Core/Components/src/Core.Components.BruTile.IO/ITileFetcher.cs (.../ITileFetcher.cs) (revision a9a7e0a2bb2aafdc0372339bd141f8fefff4c628) @@ -52,8 +52,8 @@ /// request has been served. /// Thrown when calling this method while /// this instance is disposed. - /// Thrown when this operation is not supported on the current platform. - /// -or- path specified a directory.-or- The caller does not have the required permission. + /// Thrown when this operation is not + /// supported on the current platform or the caller does not have the required permission. byte[] GetTile(TileInfo tileInfo); ///