mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user