Browse Source

Merge pull request #848 from Pav01Founders/patch-7

Update subjects/isprintable/README.md
content-update
OGordoo 3 years ago committed by GitHub
parent
commit
32a6c54199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/isprintable/README.md

2
subjects/isprintable/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function that returns `true` if the `string` passed as a parameter only contains printable characters, and 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

Loading…
Cancel
Save