diff --git a/subjects/binarycheck/README.md b/subjects/binarycheck/README.md index d1adba60..2b231fd1 100644 --- a/subjects/binarycheck/README.md +++ b/subjects/binarycheck/README.md @@ -7,7 +7,7 @@ Write a function that takes an int as an argument and returns 0 if the number is ### Expected function ```go -func BinaryCheck(nbr int) int { +func BinaryCheck(nbr int32) int { } ```