changing sentences

This commit is contained in:
MSilva95 2021-10-27 16:51:53 +01:00 committed by GitHub
parent 777d89e89b
commit ada55e36ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
Write a function that returns `true` if the `string` passed as a parameter contains only printable characters; returns `false` otherwise.
Write a function that returns `true` if the `string` passed as a parameter contains only printable characters, otherwise, returns `false`.
### Expected function