Skip to content

Commit 767d05d

Browse files
committed
Fix indent
1 parent 4429d88 commit 767d05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/JavaScriptKit/FundamentalObjects/JSObject.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class JSObject: Equatable {
6969
set { setJSValue(this: self, index: Int32(index), value: newValue) }
7070
}
7171

72-
/// Return `true` if this value is an instance of the passed `constructor` function.
72+
/// Return `true` if this value is an instance of the passed `constructor` function.
7373
/// - Parameter constructor: The constructor function to check.
7474
/// - Returns: The result of `instanceof` in the JavaScript environment.
7575
public func isInstanceOf(_ constructor: JSFunction) -> Bool {

0 commit comments

Comments
 (0)