diff --git a/subjects/digitlen/README.md b/subjects/digitlen/README.md index 326903817..82c9a86ca 100644 --- a/subjects/digitlen/README.md +++ b/subjects/digitlen/README.md @@ -10,7 +10,7 @@ Write a function `DigitLen()` that takes two integers as arguments and returns t ### Expected function ```go -func DigitLen(n, base int) int { +func DigitLen(n,base int) int { } ```