Skip to content

Commit 5c4dc6b

Browse files
committed
Slightly changed the .md file to fit the changes.
1 parent 74d7f61 commit 5c4dc6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contents/euclidean_algorithm/euclidean_algorithm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The algorithm is a simple way to find the *greatest common divisor* (GCD) of two
2020
{% sample lang="js" %}
2121
[import:15-29, lang="javascript"](code/javascript/euclidean_example.js)
2222
{% sample lang="lisp" %}
23-
[import:3-12, lang="lisp"](code/clisp/euclidean_algorithm.lisp)
23+
[import:3-13, lang="lisp"](code/clisp/euclidean_algorithm.lisp)
2424
{% sample lang="py" %}
2525
[import:11-22, lang="python"](code/python/euclidean_example.py)
2626
{% sample lang="haskell" %}
@@ -97,7 +97,7 @@ Modern implementations, though, often use the modulus operator (%) like so
9797
{% sample lang="js" %}
9898
[import:1-13, lang="javascript"](code/javascript/euclidean_example.js)
9999
{% sample lang="lisp" %}
100-
[import:13-17, lang="lisp"](code/clisp/euclidean_algorithm.lisp)
100+
[import:15-19, lang="lisp"](code/clisp/euclidean_algorithm.lisp)
101101
{% sample lang="py" %}
102102
[import:1-9, lang="python"](code/python/euclidean_example.py)
103103
{% sample lang="haskell" %}

0 commit comments

Comments
 (0)