From de300847433b98caac2ab23ded5c6f6688e0bc87 Mon Sep 17 00:00:00 2001 From: eslopfer Date: Thu, 22 Sep 2022 15:50:26 +0100 Subject: [PATCH] docs(piscine-rust) Add missing "s" --- subjects/highest/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/highest/README.md b/subjects/highest/README.md index ed1148a3..8a0e5951 100644 --- a/subjects/highest/README.md +++ b/subjects/highest/README.md @@ -5,7 +5,7 @@ In this exercise, a `Numbers` struct will be given. These methods have to be written for it: -- `new`: create a new instance of `Number`. +- `new`: create a new instance of `Numbers`. - `List`: which returns an `array` with every number in the struct. - `Latest`: which returns an `Option` with the last added number. - `Highest`: which returns an `Option` with the highest number from the list.