From 94e1fc40f7117b95ff19dc1f2e9b0efeb52c3be6 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Tue, 14 Jan 2014 06:08:54 +0200 Subject: [PATCH] Fix a markup error in the apply doc. See http://docs.hylang.org/en/latest/language/api.html#apply for the example. --- docs/language/api.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/language/api.rst b/docs/language/api.rst index 7883e9f..96c4086 100644 --- a/docs/language/api.rst +++ b/docs/language/api.rst @@ -110,6 +110,7 @@ Usage: `(apply fn-name [args] [kwargs])` Examples: .. code-block:: clj + (defn thunk [] "hy there")