From 9f2e6fa7f44965abcad5ac2ecfe55b73850ec6f5 Mon Sep 17 00:00:00 2001 From: PirozhokForAlem <52990395+PirozhokForAlem@users.noreply.github.com> Date: Fri, 12 Feb 2021 14:00:04 +0600 Subject: [PATCH] Update README.md --- subjects/groceries/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/groceries/README.md b/subjects/groceries/README.md index 28c00fa5a..f765550e3 100644 --- a/subjects/groceries/README.md +++ b/subjects/groceries/README.md @@ -9,7 +9,7 @@ And another **function** `at_index` that returns the value found at the index pa ### Notions - [Common Collections](https://doc.rust-lang.org/stable/book/ch08-00-common-collections.html) -- [Vectors]https://doc.rust-lang.org/stable/book/ch08-01-vectors.html) +- [Vectors](https://doc.rust-lang.org/stable/book/ch08-01-vectors.html) ### Expected Functions