From ad99c887eb47b9549b3aa52d7702ab8d9d622d05 Mon Sep 17 00:00:00 2001 From: Tiago Collot Date: Sun, 4 Sep 2022 19:47:12 +0100 Subject: [PATCH] style(piscine-go): correct text format --- subjects/rockandroll/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/rockandroll/README.md b/subjects/rockandroll/README.md index 58030844..f5e2e840 100644 --- a/subjects/rockandroll/README.md +++ b/subjects/rockandroll/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a function called `RockAndRoll` that takes an integer and returns a string. +Write a function called `RockAndRoll` that takes an `int` and returns a `string`. - If the number is divisible by 2, print `rock` followed by a newline `\n`. - If the number is divisible by 3, print `roll` followed by a newline `\n`.