From 1d60214587c1b773ede9779a7144a2c43ac3ebaa Mon Sep 17 00:00:00 2001 From: Pav01Founders <92518689+Pav01Founders@users.noreply.github.com> Date: Thu, 14 Oct 2021 11:18:39 +0100 Subject: [PATCH] Update README.md Updates to instructions to fix grammatical errors. --- subjects/nrune/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/subjects/nrune/README.md b/subjects/nrune/README.md index ebf44a29..28242094 100644 --- a/subjects/nrune/README.md +++ b/subjects/nrune/README.md @@ -2,9 +2,7 @@ ### Instructions -Write a function that returns the nth `rune` of a `string`. - -- In case of impossibilities, the function returns `0`. +Write a function that returns the nth rune of a string; if not possible, it returns 0. ### Expected function