diff --git a/subjects/notdecimal/README.md b/subjects/notdecimal/README.md index ab86a4d5a..f70e89607 100644 --- a/subjects/notdecimal/README.md +++ b/subjects/notdecimal/README.md @@ -10,7 +10,7 @@ Write a function called `Not_decimal()` that takes a float number with the decim ### Expected function ```go -func Not_decimal(month int) int { +func Not_decimal(month float64) int { } ``` ### Usage