Skip to content

Commit 84c13ff

Browse files
committed
Merge pull request Raynes#56 from zemanel/master
Fixed typo
2 parents 09bb488 + e61882b commit 84c13ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/public/tutorial/page9.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
</p>
1313

1414
<p>
15-
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.
15+
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.
1616
</p>

0 commit comments

Comments
 (0)