From 1e7bb897a8050e3c35a177b24d87a53275fa9a39 Mon Sep 17 00:00:00 2001 From: MSilva95 <53977751+MSilva95@users.noreply.github.com> Date: Wed, 27 Oct 2021 17:03:01 +0100 Subject: [PATCH] changing sentences --- subjects/nrune/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/nrune/README.md b/subjects/nrune/README.md index 28242094..09c4cd4b 100644 --- a/subjects/nrune/README.md +++ b/subjects/nrune/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a function that returns the nth rune of a string; if not possible, it returns 0. +Write a function that returns the nth `rune` of a `string`. If not possible, it returns `0`. ### Expected function