Skip to content

Commit f43a10e

Browse files
roya0045nyalldawson
authored andcommittedFeb 22, 2022
remove (s)
1 parent 6c1ab8b commit f43a10e

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
@@ -8104,7 +8104,7 @@ const QList<QgsExpressionFunction *> &QgsExpression::Functions()
81048104

81058105
functions
81068106
<< new QgsStaticExpressionFunction( QStringLiteral( "get_feature" ), QgsExpressionFunction::ParameterList() << QgsExpressionFunction::Parameter( QStringLiteral( "layer" ) )
8107-
<< QgsExpressionFunction::Parameter( QStringLiteral( "attribute(s)" ) )
8107+
<< QgsExpressionFunction::Parameter( QStringLiteral( "attribute" ) )
81088108
<< QgsExpressionFunction::Parameter( QStringLiteral( "value" ), true ),
81098109
fcnGetFeature, QStringLiteral( "Record and Attributes" ), QString(), false, QSet<QString>(), false, QStringList() << QStringLiteral( "QgsExpressionUtils::getFeature" ) )
81108110
<< new QgsStaticExpressionFunction( QStringLiteral( "get_feature_by_id" ), QgsExpressionFunction::ParameterList() << QgsExpressionFunction::Parameter( QStringLiteral( "layer" ) )

0 commit comments

Comments
 (0)
Please sign in to comment.