Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] Fix typo in algorithm description
  • Loading branch information
gacarrillor authored and github-actions[bot] committed Aug 2, 2021
1 parent 907d976 commit 6a4cbe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/analysis/processing/qgsalgorithmfiltervertices.cpp
Expand Up @@ -41,8 +41,8 @@ QString QgsFilterVerticesAlgorithmBase::shortHelpString() const
return QObject::tr( "Filters away vertices based on their %1, returning geometries with only "
"vertex points that have a %1 ≥ the specified minimum value and ≤ "
"the maximum value.\n\n"
"If the minimum value is not specified than only the maximum value is tested, "
"and similarly if the maximum value is not specified than only the minimum value is tested.\n\n"
"If the minimum value is not specified then only the maximum value is tested, "
"and similarly if the maximum value is not specified then only the minimum value is tested.\n\n"
"Depending on the input geometry attributes and the filters used, "
"the resultant geometries created by this algorithm may no longer be valid." ).arg( componentString() );
}
Expand Down

0 comments on commit 6a4cbe9

Please sign in to comment.