From fd89a8d779ab9fbb06a4f4186911fce0930a578b Mon Sep 17 00:00:00 2001 From: zainabdnaya Date: Tue, 2 Aug 2022 21:08:12 +0100 Subject: [PATCH] Not decimal subject --- subjects/notdecimal/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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