refactor: fix typo (#5363)

This commit is contained in:
Alex Klymenko
2024-08-23 09:58:08 +02:00
committed by GitHub
parent 56f97c48ac
commit fb55552ebb
2 changed files with 2 additions and 2 deletions

View File

@ -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) {