Skip to content

Commit 9586728

Browse files
committed
Fixing base address comment.
1 parent 1b2fdd0 commit 9586728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NonAuthClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ public class NonAuthClient : INonAuthClient
2222
/// The OSM base address
2323
/// </summary>
2424
/// <example>
25-
/// "https://master.apis.dev.openstreetmap.org/api/0.6/"
26-
/// "https://www.openstreetmap.org/api/0.6/"
25+
/// "https://master.apis.dev.openstreetmap.org/api/"
26+
/// "https://www.openstreetmap.org/api/"
2727
/// </example>
2828
protected readonly string BaseAddress;
2929

0 commit comments

Comments
 (0)