From 7e65c830e3486bf4a26f28d5c2c46c3463e3f7f6 Mon Sep 17 00:00:00 2001 From: Tiago Collot Date: Thu, 8 Sep 2022 12:26:37 +0100 Subject: [PATCH] style(podiumposition): formmating --- subjects/podiumposition/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/podiumposition/README.md b/subjects/podiumposition/README.md index 766c3e14..9953266d 100644 --- a/subjects/podiumposition/README.md +++ b/subjects/podiumposition/README.md @@ -5,7 +5,7 @@ A F1 race just finished and the commentator is calling the finishing positions incorrectly. Help to fix this before the contestants arrive at the podium by providing the commentator with the correct podium position. -Write a function `PodiumPosition` that accepts an array of arrays as a `string` and returns the competitor positions correctly. +Write a function `PodiumPosition` that takes an array of arrays of type `string` and returns the competitor positions correctly. ### Expected function