docs: update class method description

This commit is contained in:
Harminder Virk 2022-10-06 15:05:09 +05:30 committed by Bjorn Stromberg
parent 85c89925b6
commit c0e622af93

View file

@ -411,7 +411,7 @@ An object is plain if it's created by either `{}`, `new Object()`, or `Object.cr
##### .asyncIterable(value)
##### .class(value)
Returns `true` for instances created by a class.
Returns `true` if the value is a class constructor.
##### .typedArray(value)