Skip to content

Commit 4294d51

Browse files
author
Kylo Ginsberg
committed
Fix typo
1 parent 4c8f3de commit 4294d51

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
@@ -514,7 +514,7 @@
514514

515515
;; **
516516
;;; ## Euclid's algorithm
517-
;;; [Euclid's algorithm](http://en.wikipedia.org/wiki/Euclidean_algorithm) finds the greatest common divisor of two integers using only substraction. In imperative pseudo-code, it looks like this:
517+
;;; [Euclid's algorithm](http://en.wikipedia.org/wiki/Euclidean_algorithm) finds the greatest common divisor of two integers using only subtraction. In imperative pseudo-code, it looks like this:
518518
;;;
519519
;;; ```
520520
;;; function gcd(A, B):

0 commit comments

Comments
 (0)