Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
SusanDoggie committed Nov 6, 2020
1 parent 835026f commit 7c4fa77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftJS/JSObject.swift
Original file line number Diff line number Diff line change
@@ -372,7 +372,7 @@ extension JSObject {
/// - other: The other value to be compare.
///
/// - Returns: true if the two values are strict equal; otherwise false.
public func isEquål(to other: JSObject) -> Bool {
public func isEqual(to other: JSObject) -> Bool {
return JSValueIsStrictEqual(context.context, object, other.object)
}

0 comments on commit 7c4fa77

Please sign in to comment.