Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #56 from zemanel/master
Fixed typo
  • Loading branch information
Raynes committed May 21, 2015
2 parents 09bb488 + e61882b commit 84c13ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/public/tutorial/page9.html
Expand Up @@ -12,5 +12,5 @@
</p>

<p>
If you want, you can create a named functions without using <code>defn</code>: type <code class="expr">(def square (fn [x] (* x x)))</code> to continue.
If you want, you can create a named function without using <code>defn</code>: type <code class="expr">(def square (fn [x] (* x x)))</code> to continue.
</p>

0 comments on commit 84c13ff

Please sign in to comment.