Skip to content

Commit 5f2eac9

Browse files
Update Sources/JavaScriptKit/FundamentalObjects/JSObject.swift
Co-authored-by: Max Desiatov <[email protected]>
1 parent 26bc9d8 commit 5f2eac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/JavaScriptKit/FundamentalObjects/JSObject.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public class JSObject: Equatable {
7777

7878
deinit { _release(id) }
7979

80-
/// Returns a Boolean value indicating whether two values points same objects.
80+
/// Returns a Boolean value indicating whether two values point to same objects.
8181
///
8282
/// - Parameters:
8383
/// - lhs: A object to compare.

0 commit comments

Comments
 (0)