Skip to content

Commit

Permalink
docs: Add what to do when string is empty as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
eslopfer committed Jun 28, 2022
1 parent f5679a6 commit 3097cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subjects/ascii/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Instructions

Write a function that receives a string and returns a slice with the ASCII values of its characters.
Write a function that receives a string and returns a slice with the ASCII values of its characters. If the string is empty it should return an empty slice.

### Expected function

Expand Down

0 comments on commit 3097cd4

Please sign in to comment.