Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Corrected description Minority and Majority
Line 68 : "   <li>Minority (most frequent value)</li>"  should probably be "   <li>Minority (least frequent value)</li>"
Line 69 : "   <li>Majority (least frequent value)</li>"   should probably be "   <li>Majority (most frequent value)</li>"
  • Loading branch information
DiGro authored and nyalldawson committed Jul 21, 2020
1 parent 0d944fb commit f0b62fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/analysis/processing/qgsalgorithmcellstatistics.cpp
Expand Up @@ -65,8 +65,8 @@ QString QgsCellStatisticsAlgorithm::shortHelpString() const
" <li>Variance</li>"
" <li>Minimum</li>"
" <li>Maximum</li>"
" <li>Minority (most frequent value)</li>"
" <li>Majority (least frequent value)</li>"
" <li>Minority (least frequent value)</li>"
" <li>Majority (most frequent value)</li>"
" <li>Range (max-min)</li>"
" <li>Variety (count of unique values)</li>"
"</ul> "
Expand Down

0 comments on commit f0b62fb

Please sign in to comment.