From bd964943feb421883a69b710f59a8f28b7339491 Mon Sep 17 00:00:00 2001 From: Saul Johnson Date: Wed, 28 Jun 2017 15:49:36 +0100 Subject: [PATCH] Remove ellipsis --- doc/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.md b/doc/api.md index 88fa5a7..20c7a12 100644 --- a/doc/api.md +++ b/doc/api.md @@ -310,7 +310,7 @@ See also predicates in patterns. ### The Semantics of `?` -The expression `(? y)` retrieves the value of the match variable `y` from matcher (pseudo) namespace... +The expression `(? y)` retrieves the value of the match variable `y` from matcher (pseudo) namespace: ```clojure (mlet ['(?x ?y ?z) '(cat dog bat)]