Browse Source

docs(check_user_name): fix typo

DEV-3972-prepare-blockchain-branch-subjects
eslopfer 2 years ago
parent
commit
b1e2b3029a
  1. 2
      subjects/check_user_name/README.md

2
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:

Loading…
Cancel
Save