Skip to content

Commit a74a8b5

Browse files
committed
Fix
1 parent e6a7ec7 commit a74a8b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/thealgorithms/conversions/TurkishToLatinConversion.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ private TurkishToLatinConversion() {
1111

1212
/**
1313
* This method converts a turkish character to latin character.
14+
* Steps:
15+
* 1. Define turkish characters and their corresponding latin characters
16+
* 2. Replace all turkish characters with their corresponding latin characters
17+
* 3. Return the converted string
1418
*
1519
* @param param String paramter
1620
* @return String

0 commit comments

Comments
 (0)