From b7df363ecd84dd5fee2f5ffa9dbea41eff0d4dfe Mon Sep 17 00:00:00 2001
From: Cam Saul <cam@geotip.com>
Date: Wed, 18 Mar 2015 12:56:00 -0700
Subject: [PATCH] cleanup dox

---
 src/metabase/api/common.clj | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/metabase/api/common.clj b/src/metabase/api/common.clj
index 7ae431d87d7..36401d44196 100644
--- a/src/metabase/api/common.clj
+++ b/src/metabase/api/common.clj
@@ -180,9 +180,9 @@
    Dispatches on the arg annotation as a keyword, and is also passed the symbol
    of the argument that should be checked.
 
-    (defendpoint GET ... [id] {id required})
+    (defendpoint GET ... [id] {id Required})
 
-     -> (let [id ~(arg-annotation-fn :required id)]
+     -> (let [id ~(arg-annotation-fn :Required id)]
            ...)
 
      -> (let [id (do (require-params id) id)]
-- 
GitLab