Skip to content

Commit

Permalink
replaces mentions of 'symbol' with 'name'
Browse files Browse the repository at this point in the history
  • Loading branch information
echeran committed May 13, 2014
1 parent dd6bd81 commit 247feed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion outline/simple_values2.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Keywords are the strangest of the basic value types, because they don't have a r

### EXERCISE: Store the name of your hometown

Write the name of your hometown as a string, and then assign that string to the symbol `my-hometown`.
Write the name of your hometown as a string, and then assign that string to the name `my-hometown`.

### EXERCISE: Make a function to format names

Expand Down
2 changes: 1 addition & 1 deletion slides/src/module4.cljs.hl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
))
(slide
:title "Exercise: Store the name of your hometown"
(p "Write the name of your hometown as a string and then assign that string to the symbol "
(p "Write the name of your hometown as a string and then assign that string to the name "
(code "my-hometown")
"."))
(slide
Expand Down

0 comments on commit 247feed

Please sign in to comment.