Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Mar 25, 2021
1 parent c870fe4 commit b24046a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/entity/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ class EntityGenerator extends BaseBlueprintGenerator {
if (
relationship.unilateral &&
(relationship.relationshipType === 'many-to-many' ||
// OneToOne is back reference is require due to filtering
// OneToOne back reference is required due to filtering
relationship.relationshipType === 'one-to-one' ||
(relationship.relationshipType === 'one-to-many' && !this.context.databaseTypeNeo4j))
) {
Expand Down

0 comments on commit b24046a

Please sign in to comment.