Skip to content

Commit 6c29286

Browse files
authored
Merge pull request kelvins#304 from kelvins/feature/translate-kotlin
Translate Kotlin algorithm names
2 parents 9ac5b49 + 1fe5bb1 commit 6c29286

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ In order to achieve greater coverage and encourage more people to contribute to
813813
</a>
814814
</td>
815815
<td> <!-- Kotlin -->
816-
<a href="./src/kotlin/ExponenciacaoRecursiva.kt">
816+
<a href="./src/kotlin/ExponentiationRecursive.kt">
817817
<img align="center" height="25" src="./logos/kotlin.svg" />
818818
</a>
819819
</td>
@@ -871,7 +871,7 @@ In order to achieve greater coverage and encourage more people to contribute to
871871
</a>
872872
</td>
873873
<td> <!-- Kotlin -->
874-
<a href="./src/kotlin/Fatorial.kt">
874+
<a href="./src/kotlin/Factorial.kt">
875875
<img align="center" height="25" src="./logos/kotlin.svg" />
876876
</a>
877877
</td>
File renamed without changes.

0 commit comments

Comments
 (0)