diff --git a/src/core/qgsvectorlayer.h b/src/core/qgsvectorlayer.h index 7f11e8c74f9..31ac55a9a7a 100644 --- a/src/core/qgsvectorlayer.h +++ b/src/core/qgsvectorlayer.h @@ -377,7 +377,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer /** Make layer editable */ bool startEditing(); - /** changed an attribute value (but does not commit it */ + /** changed an attribute value (but does not commit it) */ bool changeAttributeValue( int fid, int field, QVariant value, bool emitSignal = true ); /** add an attribute field (but does not commit it)