mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-23 04:20:16 +08:00
refactor: fix typo (#5363)
This commit is contained in:
@ -10,7 +10,7 @@ public final class StringCompression {
|
||||
/**
|
||||
* Returns the compressed or encoded string
|
||||
*
|
||||
* @param ch character array that contains the group of characters to be encoded
|
||||
* @param input character array that contains the group of characters to be encoded
|
||||
* @return the compressed character array as string
|
||||
*/
|
||||
public static String compress(String input) {
|
||||
|
Reference in New Issue
Block a user