We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26bc9d8 commit 5f2eac9Copy full SHA for 5f2eac9
Sources/JavaScriptKit/FundamentalObjects/JSObject.swift
@@ -77,7 +77,7 @@ public class JSObject: Equatable {
77
78
deinit { _release(id) }
79
80
- /// Returns a Boolean value indicating whether two values points same objects.
+ /// Returns a Boolean value indicating whether two values point to same objects.
81
///
82
/// - Parameters:
83
/// - lhs: A object to compare.
0 commit comments