diff --git a/MapProjections/Shared/GeoApiProjection.cs b/MapProjections/Shared/GeoApiProjection.cs index 30f92f42..e06e92e7 100644 --- a/MapProjections/Shared/GeoApiProjection.cs +++ b/MapProjections/Shared/GeoApiProjection.cs @@ -47,8 +47,8 @@ namespace MapControl.Projections } /// - /// Get or sets an OGC Well-known text representation of a projected coordinate system, - /// e.g. a PROJCS[...] string as used by https://epsg.io or http://spatialreference.org. + /// Gets or sets an OGC Well-known text representation of a projected coordinate system, + /// i.e. a PROJCS[...] string as used by https://epsg.io or http://spatialreference.org. /// Setting this property updates the CoordinateTransform property. /// public string WKT