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 1fc6f52

Browse files
committedMar 27, 2023
Fix docstring
1 parent 88784f6 commit 1fc6f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/vector/qgsvectorlayereditutils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ class CORE_EXPORT QgsVectorLayerEditUtils
270270

271271
/**
272272
* Merge features into a single one.
273-
* \param mergeFeaturesIds id list of features to merge
273+
* \param mergeFeatureIds id list of features to merge
274274
* \param mergeAttributes are the resulting attributes in the merged feature
275275
* \param unionGeometry is the resulting geometry of the merged feature
276276
* \param errorMessage will be set to a descriptive error message if any occurs

0 commit comments

Comments
 (0)
Please sign in to comment.