Skip to content

Commit

Permalink
switched "to know to use" to "when using"
Browse files Browse the repository at this point in the history
  • Loading branch information
k4y3ff committed Apr 20, 2014
1 parent 4bae707 commit bb5d387
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 to know to use 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 ones 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 bb5d387

Please sign in to comment.