Skip to content

Commit 7c975eb

Browse files
fix incorrect tags
1 parent 450b90b commit 7c975eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/ROOT/pages/schema/constraints/create-constraints.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,9 +551,9 @@ Added 1 constraint.
551551
======
552552
553553
.Create a constraint requiring `KNOWS` relationships to have a unique combination of `since` and `how` properties as a relationship key
554+
// tag::schema_constraints_composite_key[]
554555
[source, cypher]
555556
----
556-
// tag::schema_constraints_composite_key[]
557557
CREATE CONSTRAINT knows_since_how
558558
FOR ()-[knows:KNOWS]-() REQUIRE (knows.since, knows.how) IS RELATIONSHIP KEY
559559
----

modules/ROOT/pages/schema/constraints/drop-constraints.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ FOR ()-[wrote:WROTE]-() REQUIRE wrote.published IS NOT NULL
6464
----
6565
DROP CONSTRAINT book_isbn
6666
----
67-
// tag::schema_constraints_drop[]
67+
// end::schema_constraints_drop[]
6868
6969
.Result
7070
[source, queryresult]

0 commit comments

Comments
 (0)