Skip to content

Commit e0f9a8e

Browse files
committed
Fix migration guide code example
1 parent 12ec16b commit e0f9a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/migration-guide-3.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ _After_
305305
----
306306
CALL {
307307
CREATE (this0:Movie)
308-
SET this0.id = 'The Matrix'
308+
SET this0.id = 'The Matrix'
309309
RETURN this0
310310
}
311311
RETURN this0

0 commit comments

Comments
 (0)