Skip to content

Commit 8d5909c

Browse files
author
Kristian Rother
committed
fix typo
1 parent acfe5f5 commit 8d5909c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

challenges/gcd.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Greatest Common Denominator
22
===========================
33

4-
**🎯 Implement the**\ `Euclidean
5-
Algorithm <https://en.wikipedia.org/wiki/Euclidean_algorithm>`__\ **to
4+
**🎯 Implement the** `Euclidean
5+
Algorithm <https://en.wikipedia.org/wiki/Euclidean_algorithm>`__ **to
66
determine the greatest common denominator of two integers.**
77

88
Tests

0 commit comments

Comments
 (0)