Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Remove ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdacasserole committed Jun 29, 2017
1 parent 16c6746 commit bd96494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit bd96494

Please sign in to comment.