From 0c90b03a972d25b4c97a57cde55cfb75f42edbd6 Mon Sep 17 00:00:00 2001 From: davhojt Date: Fri, 27 May 2022 14:51:15 +0300 Subject: [PATCH] docs(panic): correct grammar --- subjects/panic/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/subjects/panic/README.md b/subjects/panic/README.md index b9ef0e11..0cfa4101 100644 --- a/subjects/panic/README.md +++ b/subjects/panic/README.md @@ -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