From 5b20781e77783c33c0c72deb5c429c36ef382024 Mon Sep 17 00:00:00 2001 From: Peter Neubauer Date: Mon, 7 May 2012 12:34:46 +0300 Subject: [PATCH] Typo --- cypher/src/docs/dev/compatibility.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypher/src/docs/dev/compatibility.txt b/cypher/src/docs/dev/compatibility.txt index 473a2c2d9..d589b90c1 100644 --- a/cypher/src/docs/dev/compatibility.txt +++ b/cypher/src/docs/dev/compatibility.txt @@ -14,7 +14,7 @@ There are two ways you can select which parser to use. You can configure your da that doesn't explicitly say anything else, will get the parser you have configured. The other way is on a query by query basis. By simply pre-pending your query with +"CYPHER 1.6"+, that particular query -will be parsed with the 1.5 version of the parser. Example: +will be parsed with the 1.6 version of the parser. Example: [source,cypher] ----