Merge pull request #842 from Pav01Founders/patch-1

Update subjects/nrune/README.md
This commit is contained in:
OGordoo 2021-10-27 17:03:16 +01:00 committed by GitHub
commit 1c7d3d989c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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