Skip to content

Commit

Permalink
clarified description of doc-string
Browse files Browse the repository at this point in the history
  • Loading branch information
k4y3ff committed Apr 20, 2014
1 parent ea052f4 commit 10fa886
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 @@ -18,7 +18,7 @@ In this code:

* `defn` specifies that we are defining a function.
* `triple` is the name of this function.
* The string on the next line is the documentation for the function. This is optional.
* The string on the next line is the documentation for the function, which explains what the function does. This is optional.
* `[x]` is the list of arguments. We have one argument called `x`.
* `(+ x x x)` is the _body_ of the function. This is what executes when we use this function.

Expand Down

0 comments on commit 10fa886

Please sign in to comment.