Navigation Menu

Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 10, 2018
1 parent afd2af4 commit f598e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -266,7 +266,7 @@ name and symbol ``type``.
The ``unmatchedCategories`` list will be filled with all existing categories which could not be matched
to a symbol in ``style``.

The ``unmatchedSymbols`` list will be filled with all symbol names from ``style`` which were not be matched
The ``unmatchedSymbols`` list will be filled with all symbol names from ``style`` which were not matched
to an existing category.

If ``caseSensitive`` is false, then a case-insensitive match will be performed. If ``useTolerantMatch``
Expand Down
2 changes: 1 addition & 1 deletion src/core/symbology/qgscategorizedsymbolrenderer.h
Expand Up @@ -233,7 +233,7 @@ class CORE_EXPORT QgsCategorizedSymbolRenderer : public QgsFeatureRenderer
* The \a unmatchedCategories list will be filled with all existing categories which could not be matched
* to a symbol in \a style.
*
* The \a unmatchedSymbols list will be filled with all symbol names from \a style which were not be matched
* The \a unmatchedSymbols list will be filled with all symbol names from \a style which were not matched
* to an existing category.
*
* If \a caseSensitive is false, then a case-insensitive match will be performed. If \a useTolerantMatch
Expand Down

0 comments on commit f598e2d

Please sign in to comment.