From 5b301b2748461f15e1794808ec74ae2912a17d28 Mon Sep 17 00:00:00 2001 From: zainabdnaya Date: Tue, 2 Aug 2022 21:21:04 +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 f70e89607..4de84b168 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 float64) int { +func Not_decimal(dec string) int { } ``` ### Usage