Browse Source

Update README.md

Updated instructions to fix grammar.
pull/845/head
Pav01Founders 3 years ago committed by GitHub
parent
commit
fa450cb4b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/islower/README.md

2
subjects/islower/README.md

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

Loading…
Cancel
Save