Skip to content

Commit e2d5e5e

Browse files
Butt4cak3june128
authored andcommitted
Fixed the build (#281)
1 parent 1401594 commit e2d5e5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chapters/algorithms/euclidean_algorithm/euclidean_algorithm.md

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ The algorithm is a simple way to find the *greatest common divisor* (GCD) of two
2929
[import:25-38, lang="golang"](code/go/euclidean.go)
3030
{% sample lang="swift" %}
3131
[import:1-15, lang="swift"](code/swift/euclidean_algorithm.swift)
32-
{% endmethod %}
3332
{% sample lang="matlab" %}
3433
[import:3-17, lang="matlab"](code/matlab/euclidean.m)
3534
{% endmethod %}

0 commit comments

Comments
 (0)