You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/public/tutorial/page9.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,5 +12,5 @@
12
12
</p>
13
13
14
14
<p>
15
-
If you want, you can create a named functions without using <code>defn</code>: type <codeclass="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 <codeclass="expr">(def square (fn [x] (* x x)))</code> to continue.
0 commit comments