From 8c78e36fe2c7b130710f6947a6dedbbd74abb8c8 Mon Sep 17 00:00:00 2001 From: zainab Dnaya Date: Thu, 11 Aug 2022 12:12:45 +0100 Subject: [PATCH] docs(fishandchips) : Typo correction --- subjects/fishandchips/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/fishandchips/README.md b/subjects/fishandchips/README.md index bdd6e6cb5..690570dc8 100644 --- a/subjects/fishandchips/README.md +++ b/subjects/fishandchips/README.md @@ -1,8 +1,8 @@ -## Fishandchips +## fishandchips ### Instructions -Write a function called `Fishandchips()` Write a function that takes an integer and returns a string. +Write a function called `Fishandchips` that takes an integer and returns a string. - If the number is divisible by 3, print `chips` followed by a newline `\n`. - If the number is divisible by 2 and 3, print `fish and chips` followed by a newline `\n`.