From 84d02f374e1b25d4b52b654f409cc845e9ad5321 Mon Sep 17 00:00:00 2001 From: Anthony Grimes Date: Tue, 8 May 2012 01:44:12 -0500 Subject: [PATCH] Tweak documentation a bit. --- src/noir/response.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/noir/response.clj b/src/noir/response.clj index 57b5f28..c276e1a 100644 --- a/src/noir/response.clj +++ b/src/noir/response.clj @@ -68,7 +68,8 @@ :headers {"Location" (options/resolve-url url)} :body ""}) -(def #^{:doc "Alias to temporary-redirect"} +(def #^{:doc "A header temporary redirect to a different url. + Alias to `temporary-redirect`."} redirect temporary-redirect) (defn empty