Skip to content

Commit d4fd491

Browse files
m-kuhnnyalldawson
authored andcommittedSep 29, 2018
Fix grammar
1 parent 8fdf34b commit d4fd491

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎python/gui/auto_generated/qgsrubberband.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ for tracking the mouse while drawing polylines or polygons.
4747
Creates a new RubberBand.
4848

4949
:param mapCanvas: The map canvas to draw onto.
50-
Its CRS will be used map points onto screen coordinates.
50+
Its CRS will be used to map points onto screen coordinates.
5151
The ownership is transferred to this canvas.
5252
:param geometryType: Defines how the data should be drawn onto the screen.
5353
QgsWkbTypes.LineGeometry, QgsWkbTypes.PolygonGeometry or QgsWkbTypes.PointGeometry

‎src/gui/qgsrubberband.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class QPaintEvent;
3232
* A class for drawing transient features (e.g. digitizing lines) on the map.
3333
*
3434
* The QgsRubberBand class provides a transparent overlay widget
35-
for tracking the mouse while drawing polylines or polygons.
35+
* for tracking the mouse while drawing polylines or polygons.
3636
*/
3737
class GUI_EXPORT QgsRubberBand: public QgsMapCanvasItem
3838
{
@@ -88,7 +88,7 @@ class GUI_EXPORT QgsRubberBand: public QgsMapCanvasItem
8888
/**
8989
* Creates a new RubberBand.
9090
* \param mapCanvas The map canvas to draw onto.
91-
* Its CRS will be used map points onto screen coordinates.
91+
* Its CRS will be used to map points onto screen coordinates.
9292
* The ownership is transferred to this canvas.
9393
* \param geometryType Defines how the data should be drawn onto the screen.
9494
* QgsWkbTypes::LineGeometry, QgsWkbTypes::PolygonGeometry or QgsWkbTypes::PointGeometry

0 commit comments

Comments
 (0)
Please sign in to comment.