Skip to content

Commit 6dd2390

Browse files
authored
Fix spelling of hash (#3)
1 parent ee5b5af commit 6dd2390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ fun main() {
6767
}
6868
```
6969

70-
The [`Utils.kt`][file:utils] file also contains the `String.md5()` method for generating MD5 has out of the given string and expects more helper functions for the sake of the [KISS principle][kiss].
70+
The [`Utils.kt`][file:utils] file also contains the `String.md5()` method for generating MD5 hash out of the given string and expects more helper functions for the sake of the [KISS principle][kiss].
7171

7272
Each puzzle describes some test conditions, a small portion of the information that helps check if the produced value for the given test input is valid.
7373
To handle that case, you can put such an input into a separated file and perform a check against the output, like:

0 commit comments

Comments
 (0)