Skip to content

Commit e61882b

Browse files
committed
Fixed typo
1 parent 09bb488 commit e61882b

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)