Skip to content

Commit 49de0a1

Browse files
author
Kylo Ginsberg
committed
Fix typo
1 parent 4294d51 commit 49de0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cljlab/flowcontrol.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@
522522
;;; if A == 0
523523
;;; return B
524524
;;; if B == 0
525-
;;; return B
525+
;;; return A
526526
;;; if A > B
527527
;;; A := A - B
528528
;;; else

0 commit comments

Comments
 (0)