From b89df03f96f7e5f9bade6ff076da5ec217591e55 Mon Sep 17 00:00:00 2001 From: Shy Ruparel Date: Wed, 14 Apr 2021 04:28:07 -0400 Subject: [PATCH] Correct Comment (#696) --- examples/15-derive-entry-n-to-1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/15-derive-entry-n-to-1.js b/examples/15-derive-entry-n-to-1.js index a03841494..69642850d 100644 --- a/examples/15-derive-entry-n-to-1.js +++ b/examples/15-derive-entry-n-to-1.js @@ -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.