Skip to content

Commit 62600b5

Browse files
authored
Fix typo in method documentation (#125)
1 parent 3d67e05 commit 62600b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/JavaScriptKit/JSBridgedType.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public protocol JSBridgedClass: JSBridgedType {
2727
/// You may assume that `jsObject instanceof Self.constructor == true`
2828
var jsObject: JSObject { get }
2929

30-
/// Create an instannce wrapping the given JavaScript object.
30+
/// Create an instance wrapping the given JavaScript object.
3131
/// You may assume that `jsObject instanceof Self.constructor`
3232
init(unsafelyWrapping jsObject: JSObject)
3333
}

0 commit comments

Comments
 (0)