Skip to content

Commit 5e2a523

Browse files
committed
Fix docstring
1 parent 61faf79 commit 5e2a523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/expression/qgsexpressionfunction.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ class QgsArrayForeachExpressionFunction : public QgsExpressionFunction
522522
};
523523

524524
/**
525-
* Handles the ``array_foreach(array, expression)`` expression function.
525+
* Handles the ``array_filter(array, expression)`` expression function.
526526
* It temporarily appends a new scope to the expression context.
527527
*
528528
* \ingroup core

0 commit comments

Comments
 (0)