docs(panic): correct grammar

This commit is contained in:
davhojt 2022-05-27 14:51:15 +03:00 committed by Dav Hojt
parent c00e082406
commit 0c90b03a97
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@
### Instructions
Write a **function** that tries to open a file and panics if the file
does not exist.
Create a **function** that tries to open a file and panics if the file does not exist.
### Expected Function