From 12a837f49c454f9445bcef13002633859f61196f Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 14 Jun 2021 14:34:05 +0100 Subject: [PATCH] Grammatical improvement in Max. --- subjects/max/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/max/README.md b/subjects/max/README.md index d3b71e4b..8cb667dd 100644 --- a/subjects/max/README.md +++ b/subjects/max/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a function, `Max`, that returns the maximum value in a slice of integers. If the slice is empty, returns 0. +Write a function `Max` that will return the maximum value in a slice of integers. If the slice is empty it will return 0. ### Expected function