You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2018/10/17 22:14:40 UTC

[tinkerpop] 05/05: CTR: fixed syntax error in SPARQL query

This is an automated email from the ASF dual-hosted git repository.

dkuppitz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 6fcb22744fe163ac853e5a1239b152d394805a8f
Author: Daniel Kuppitz <da...@hotmail.com>
AuthorDate: Wed Oct 17 12:34:47 2018 -0700

    CTR: fixed syntax error in SPARQL query
---
 docs/src/reference/compilers.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/reference/compilers.asciidoc b/docs/src/reference/compilers.asciidoc
index fd41e92..687dc61 100644
--- a/docs/src/reference/compilers.asciidoc
+++ b/docs/src/reference/compilers.asciidoc
@@ -350,7 +350,7 @@ WHERE {
   ?person v:label "person" .
   ?person v:age ?age .
   ?person v:name ?name .
-} ORDER BY (?age))
+} ORDER BY (?age)""")
 ----
 
 ==== Group By