From d4e6a20d75dda26a8f785b64a37ea04c8024799d Mon Sep 17 00:00:00 2001 From: Valentin Waeselynck Date: Fri, 26 Oct 2018 11:43:42 +0200 Subject: [PATCH] Typo in tutorial --- test/d2q/test/example/persons.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/d2q/test/example/persons.clj b/test/d2q/test/example/persons.clj index d5b3e62..658c8f7 100644 --- a/test/d2q/test/example/persons.clj +++ b/test/d2q/test/example/persons.clj @@ -186,7 +186,7 @@ ;; where each Field Call consists of ;; - a Field (:d2q-fcall-field), ;; - an optional key (:d2q-fcall-key), -;; - an optional argument (:d2q-fcall-key). +;; - an optional argument (:d2q-fcall-arg). ;; For certain Fields (called ref-typed Fields), it is possible (and encouraged) ;; to nest another Query under Field Calls.