Browse Source

Update README.md

Updates to instructions to fix grammatical errors.
pull/842/head
Pav01Founders 3 years ago committed by GitHub
parent
commit
1d60214587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      subjects/nrune/README.md

4
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

Loading…
Cancel
Save