Skip to content

Commit

Permalink
switched "ones" to "functions"
Browse files Browse the repository at this point in the history
  • Loading branch information
k4y3ff committed Apr 20, 2014
1 parent bb5d387 commit 4207461
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 @@ -58,7 +58,7 @@ Functions that return true or false--called _predicates_--usually end in `?`:

## Important functions

There are some functions that are essential when using Clojure. The arithmetic ones and `str` have already been covered, and you need to know them. Let's look at some others.
There are some functions that are essential when using Clojure. The arithmetic functions and `str` have already been covered, and you need to know them. Let's look at some others.

### Comparison functions

Expand Down

0 comments on commit 4207461

Please sign in to comment.