From 7fd4497f6231525ab44834a6120e721df572e928 Mon Sep 17 00:00:00 2001 From: davhojt Date: Tue, 24 May 2022 17:42:02 +0300 Subject: [PATCH] docs(bigger): correct grammar --- subjects/bigger/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/subjects/bigger/README.md b/subjects/bigger/README.md index 563010a5..0eb48dbb 100644 --- a/subjects/bigger/README.md +++ b/subjects/bigger/README.md @@ -2,11 +2,7 @@ ### Instructions -Create the function `bigger` that gets the biggest positive number in the `HashMap`. - -### Notions - -- [hash maps](https://doc.rust-lang.org/book/ch08-03-hash-maps.html) +Create a function named `bigger` that gets the biggest positive number in the `HashMap`. ### Expected Function @@ -42,3 +38,7 @@ $ cargo run The biggest of the elements in the HashMap is 334 $ ``` + +### Notions + +- [hash maps](https://doc.rust-lang.org/book/ch08-03-hash-maps.html)