Skip to content

Commit

Permalink
switched italics to in-line code
Browse files Browse the repository at this point in the history
  • Loading branch information
k4y3ff committed Apr 20, 2014
1 parent 4fbc14d commit de591e2
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 @@ -46,7 +46,7 @@ The `str` function can take any number of arguments, and it concatenates them to

## Naming functions

Function names are symbols, just like the symbols we used with _def_ when assigning names to values.
Function names are symbols, just like the symbols we used with `def` when assigning names to values.

Symbols have to begin with a non-numeric character and can contain alphanumeric characters and *, +, !, -, _, and ?. This flexibility is important with functions, as we have certain idioms we use.

Expand Down

0 comments on commit de591e2

Please sign in to comment.