chore: fix typos in src/main/java/com/thealgorithms/conversions/TurkishToLatinConversion.java (#7024)

Fix typos in src/main/java/com/thealgorithms/conversions/TurkishToLatinConversion.java
This commit is contained in:
Lê Nam Khánh
2025-11-05 17:40:08 +07:00
committed by GitHub
parent b87b1102d0
commit 19f0f0bd83

View File

@@ -16,7 +16,7 @@ public final class TurkishToLatinConversion {
* 2. Replace all turkish characters with their corresponding latin characters
* 3. Return the converted string
*
* @param param String paramter
* @param param String parameter
* @return String
*/
public static String convertTurkishToLatin(String param) {