Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored and nyalldawson committed Sep 29, 2018
1 parent 8fdf34b commit d4fd491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/gui/auto_generated/qgsrubberband.sip.in
Expand Up @@ -47,7 +47,7 @@ for tracking the mouse while drawing polylines or polygons.
Creates a new RubberBand.

:param mapCanvas: The map canvas to draw onto.
Its CRS will be used map points onto screen coordinates.
Its CRS will be used to map points onto screen coordinates.
The ownership is transferred to this canvas.
:param geometryType: Defines how the data should be drawn onto the screen.
QgsWkbTypes.LineGeometry, QgsWkbTypes.PolygonGeometry or QgsWkbTypes.PointGeometry
Expand Down
4 changes: 2 additions & 2 deletions src/gui/qgsrubberband.h
Expand Up @@ -32,7 +32,7 @@ class QPaintEvent;
* A class for drawing transient features (e.g. digitizing lines) on the map.
*
* The QgsRubberBand class provides a transparent overlay widget
for tracking the mouse while drawing polylines or polygons.
* for tracking the mouse while drawing polylines or polygons.
*/
class GUI_EXPORT QgsRubberBand: public QgsMapCanvasItem
{
Expand Down Expand Up @@ -88,7 +88,7 @@ class GUI_EXPORT QgsRubberBand: public QgsMapCanvasItem
/**
* Creates a new RubberBand.
* \param mapCanvas The map canvas to draw onto.
* Its CRS will be used map points onto screen coordinates.
* Its CRS will be used to map points onto screen coordinates.
* The ownership is transferred to this canvas.
* \param geometryType Defines how the data should be drawn onto the screen.
* QgsWkbTypes::LineGeometry, QgsWkbTypes::PolygonGeometry or QgsWkbTypes::PointGeometry
Expand Down

0 comments on commit d4fd491

Please sign in to comment.