Update class method description (#195)

Co-authored-by: Harminder Virk <virk.officials@gmail.com>
This commit is contained in:
Bjorn Stromberg 2023-08-10 22:05:22 +08:00 committed by GitHub
parent 85c89925b6
commit ee79af32b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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