Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4a89285

Browse files
roya0045github-actions[bot]
authored andcommittedFeb 22, 2022
remove (s)
1 parent 5d5f89f commit 4a89285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/expression/qgsexpressionfunction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8095,7 +8095,7 @@ const QList<QgsExpressionFunction *> &QgsExpression::Functions()
80958095

80968096
functions
80978097
<< new QgsStaticExpressionFunction( QStringLiteral( "get_feature" ), QgsExpressionFunction::ParameterList() << QgsExpressionFunction::Parameter( QStringLiteral( "layer" ) )
8098-
<< QgsExpressionFunction::Parameter( QStringLiteral( "attribute(s)" ) )
8098+
<< QgsExpressionFunction::Parameter( QStringLiteral( "attribute" ) )
80998099
<< QgsExpressionFunction::Parameter( QStringLiteral( "value" ), true ),
81008100
fcnGetFeature, QStringLiteral( "Record and Attributes" ), QString(), false, QSet<QString>(), false, QStringList() << QStringLiteral( "QgsExpressionUtils::getFeature" ) )
81018101
<< new QgsStaticExpressionFunction( QStringLiteral( "get_feature_by_id" ), QgsExpressionFunction::ParameterList() << QgsExpressionFunction::Parameter( QStringLiteral( "layer" ) )

0 commit comments

Comments
 (0)
Please sign in to comment.