We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87b110 commit 19f0f0bCopy full SHA for 19f0f0b
src/main/java/com/thealgorithms/conversions/TurkishToLatinConversion.java
@@ -16,7 +16,7 @@ private TurkishToLatinConversion() {
16
* 2. Replace all turkish characters with their corresponding latin characters
17
* 3. Return the converted string
18
*
19
- * @param param String paramter
+ * @param param String parameter
20
* @return String
21
*/
22
public static String convertTurkishToLatin(String param) {
0 commit comments