Skip to content

Commit

Permalink
switched period to colon
Browse files Browse the repository at this point in the history
  • Loading branch information
k4y3ff committed Apr 20, 2014
1 parent b55cf69 commit 9a25c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outline/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The other comparison functions are `>`, `>=`, `<`, `<=`, and `not=`, and all but

### String functions

A large part of programming is manipulating strings. The most important string function in Clojure to remember is `str`, which concatenates all of its arguments into one string.
A large part of programming is manipulating strings. The most important string function in Clojure to remember is `str`, which concatenates all of its arguments into one string:

```clj
(str "Chocolate" ", " "strawberry" ", and " "vanilla")
Expand Down

0 comments on commit 9a25c57

Please sign in to comment.