Merge pull request #142 from kemonprogrammer/patch-1

Correct exercise number
This commit is contained in:
Tatiana 2021-05-08 11:45:45 -07:00 committed by GitHub
commit f238dee4ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Exercise 02 - Reverse a String.
# Exercise 03 - Reverse a String.
Pretty simple, write a function called `reverseString` that returns its input, reversed!