Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #242 from neo4j-documentation/jexp-patch-6
Browse files Browse the repository at this point in the history
Removed superfluous single quote
  • Loading branch information
JMHReif authored Jun 30, 2020
2 parents 682b567 + a9a2eb7 commit ff59efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypher/cypher-style-guide/cypher-style-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ MATCH (a:Airport)
RETURN a.airportIdentifier as AirportCode;
MATCH (c:Company)
WHERE c.name CONTAINS 'Inc.'' AND c.startYear IN [1990, 1998, 2007, 2010]
WHERE c.name CONTAINS 'Inc.' AND c.startYear IN [1990, 1998, 2007, 2010]
RETURN c;
----

Expand Down

0 comments on commit ff59efe

Please sign in to comment.