Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
  • Loading branch information
2 people authored and github-actions[bot] committed Mar 24, 2024
1 parent 22d4ef8 commit 4d4f46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/featuremodel.cpp
Expand Up @@ -805,7 +805,7 @@ bool FeatureModel::create()
revisitRelation.first.referencingLayer()->commitChanges();
}

// We need to update default values after creation to insure expression relying on relation children computer properly
// We need to update default values after creation to insure expression relying on relation children compute properly
updateDefaultValues();
save();
}
Expand Down

0 comments on commit 4d4f46e

Please sign in to comment.