Skip to content

Commit f218f05

Browse files
committed
Fix return value in joy/chess.
Errata from jmgaines
1 parent 959578a commit f218f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/joy/chess.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
(board (index file rank))))
3131

3232
;; (lookup (initial-board) "a8")
33-
;;=> \R
33+
;;=> \r

0 commit comments

Comments
 (0)