Skip to content

Commit

Permalink
spell
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Feb 27, 2021
1 parent 1c77761 commit 59202c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -317,7 +317,7 @@ Returns the current list of predefined scales for use with the layout.
%Docstring
Returns the possibly NULL feature filter provider.

A feature filter provider allows to filter visible features or attributes.
A feature filter provider for filtering visible features or attributes.
It is currently used by QGIS Server Access Control Plugins.

.. versionadded:: 3.18
Expand All @@ -327,7 +327,7 @@ It is currently used by QGIS Server Access Control Plugins.
%Docstring
Sets feature filter provider to ``featureFilterProvider``.

A feature filter provider allows to filter visible features or attributes.
A feature filter provider for filtering visible features or attributes.
It is currently used by QGIS Server Access Control Plugins.

.. versionadded:: 3.18
Expand Down
4 changes: 2 additions & 2 deletions src/core/layout/qgslayoutrendercontext.h
Expand Up @@ -300,7 +300,7 @@ class CORE_EXPORT QgsLayoutRenderContext : public QObject
/**
* Returns the possibly NULL feature filter provider.
*
* A feature filter provider allows to filter visible features or attributes.
* A feature filter provider for filtering visible features or attributes.
* It is currently used by QGIS Server Access Control Plugins.
*
* \since QGIS 3.18
Expand All @@ -310,7 +310,7 @@ class CORE_EXPORT QgsLayoutRenderContext : public QObject
/**
* Sets feature filter provider to \a featureFilterProvider.
*
* A feature filter provider allows to filter visible features or attributes.
* A feature filter provider for filtering visible features or attributes.
* It is currently used by QGIS Server Access Control Plugins.
*
* \since QGIS 3.18
Expand Down

0 comments on commit 59202c4

Please sign in to comment.