diff --git a/java/working-with-cql/query-api.md b/java/working-with-cql/query-api.md index af6d6fc01..cedaff6c4 100644 --- a/java/working-with-cql/query-api.md +++ b/java/working-with-cql/query-api.md @@ -836,7 +836,7 @@ import static bookshop.Bookshop_.BOOKS; Map b1; b1.put("ID", 101); -b2.put("title", "Capire 1"); +b1.put("title", "Capire 1"); Map b2; b2.put("ID", 103);