Skip to content

Commit

Permalink
spotted it and fixed it properly this time - for real
Browse files Browse the repository at this point in the history
  • Loading branch information
gigasquid committed Apr 7, 2015
1 parent 2205e86 commit 34e1f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clojure/1/index.md
Expand Up @@ -422,7 +422,7 @@ Adjusting our _generator.clj_, we first need a helper function that will turn ou
It takes a chain like `["And" "the" "Pobble" "who"]` and gives us back the display text.

```clojure
(chain->text "And" "the" "Pobble" "who"])
(chain->text ["And" "the" "Pobble" "who"])
;; -> "And the Pobble who"
```

Expand Down

0 comments on commit 34e1f40

Please sign in to comment.