Clarify is.url description

Co-Authored-By: itaisteinherz <itaisteinherz@gmail.com>
This commit is contained in:
Sindre Sorhus 2018-12-09 15:32:30 +02:00 committed by GitHub
parent d579c6625c
commit 9c103728fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -257,7 +257,7 @@ is.urlInstance(url);
### .url(value)
Returns `true` if `value` is a URL.
Returns `true` if `value` is a URL string.
Note: this only does basic checking using the [`URL` class](https://developer.mozilla.org/en-US/docs/Web/API/URL) constructor.