We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d67e05 commit 62600b5Copy full SHA for 62600b5
Sources/JavaScriptKit/JSBridgedType.swift
@@ -27,7 +27,7 @@ public protocol JSBridgedClass: JSBridgedType {
27
/// You may assume that `jsObject instanceof Self.constructor == true`
28
var jsObject: JSObject { get }
29
30
- /// Create an instannce wrapping the given JavaScript object.
+ /// Create an instance wrapping the given JavaScript object.
31
/// You may assume that `jsObject instanceof Self.constructor`
32
init(unsafelyWrapping jsObject: JSObject)
33
}
0 commit comments