Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Jan 12, 2021
1 parent a1ffcd5 commit 5e9a982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/qgspolymorphicrelation_p.h
Expand Up @@ -59,7 +59,7 @@ class QgsPolymorphicRelationPrivate : public QSharedData
/**
* A list of fields which define the relation.
* In most cases there will be only one value, but multiple values
* are supported for composited foreign keys.
* are supported for composite foreign keys.
* The first field is on the referencing layer, the second on the referenced
*/
QList< QgsRelation::FieldPair > mFieldPairs;
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsrelation_p.h
Expand Up @@ -60,7 +60,7 @@ class QgsRelationPrivate : public QSharedData
/**
* A list of fields which define the relation.
* In most cases there will be only one value, but multiple values
* are supported for composited foreign keys.
* are supported for composite foreign keys.
* The first field is on the referencing layer, the second on the referenced
*/
QList< QgsRelation::FieldPair > mFieldPairs;
Expand Down

0 comments on commit 5e9a982

Please sign in to comment.