diff --git a/MapControl/WPF/MapMultiPolygon.WPF.cs b/MapControl/WPF/MapMultiPolygon.WPF.cs index 3ccce090..3127d0ea 100644 --- a/MapControl/WPF/MapMultiPolygon.WPF.cs +++ b/MapControl/WPF/MapMultiPolygon.WPF.cs @@ -10,7 +10,7 @@ namespace MapControl { /// /// A multi-polygon defined by a collection of collections of Locations. - /// With a FillRule of EvenOdd, this allows to draw polygons with holes. + /// Allows to draw polygons with holes. /// /// A PolygonCollection (with ObservableCollection of Location elements) may be used /// for the Polygons property if collection changes of the property itself and its