Skip to content

Commit

Permalink
Correct Comment (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shy authored Apr 14, 2021
1 parent 06b75c0 commit b89df03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/15-derive-entry-n-to-1.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// In this example, we want to turn the dog's owner field into its own entry
// and link it back to the dog. To do this, we create an "owner"
// content type and a link field on the "dog" content type.
// The link field is a singular Entry link field. (See example 19 if you want to create an Array link field.)
// The link field is a singular Entry link field. (See example 20 if you want to create an Array link field.)
// In the identity function, we define the criterion for when a new owner should
// be created: If the name joined by a hyphen is the same, then the same owner entry is
// linked.
Expand Down

0 comments on commit b89df03

Please sign in to comment.