From d4943b3b3cd18c9c471d7d0beef41ec81891da96 Mon Sep 17 00:00:00 2001 From: Vladimir Mikhaylenko Date: Fri, 21 Jun 2024 12:31:25 +0200 Subject: [PATCH] Fix #1045 --- java/cds-data.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java/cds-data.md b/java/cds-data.md index c7fc5ee77..e888cb0ca 100644 --- a/java/cds-data.md +++ b/java/cds-data.md @@ -953,7 +953,7 @@ Given that we have a collection of books each has a composition of many editions ```json { - "title": "Wuthering Heights: 100th Anniversary Edition" + "title": "Catweazle: Director's Cut" } ``` @@ -998,10 +998,10 @@ Given that we have a collection of books each has a composition of many editions "title": "Catweazle: Director's Cut" } ``` - + ```json { - "title": "Catweazle: Director's Cut" + "title": "Catweazle: Complete with Extras" } ```