diff --git a/src/isahn/core.clj b/src/isahn/core.clj index 6cee0ac..f3549ff 100644 --- a/src/isahn/core.clj +++ b/src/isahn/core.clj @@ -28,7 +28,7 @@ ;; FUNCTIONS (defn one_story - " Get url from item " + "Get url from item" [id] (str "https://hacker-news.firebaseio.com/v0/item/" id ".json"))