From b1e2b3029a41bb06ae560d3f289f84af41d82f07 Mon Sep 17 00:00:00 2001 From: eslopfer Date: Wed, 16 Nov 2022 17:26:58 +0000 Subject: [PATCH] docs(check_user_name): fix typo --- subjects/check_user_name/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/check_user_name/README.md b/subjects/check_user_name/README.md index fca5b0fc..78f025ad 100644 --- a/subjects/check_user_name/README.md +++ b/subjects/check_user_name/README.md @@ -6,7 +6,7 @@ Sometimes it is more desirable to catch the failure of some parts of a program i For this exercise you will have to create a tool that manages users' access levels. -You will have to create an `AccessLevel` enum wich could be `Guest`, `Normal`, `Admin`. +You will have to create an `AccessLevel` enum which could be `Guest`, `Normal`, `Admin`. You will also have to create a `User` struct which has: