Skip to content

Commit 15a5ad4

Browse files
committed
Update module in comment
1 parent 6dfc43d commit 15a5ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SkipLib/BridgeSupport.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public protocol SwiftCustomBridged {
1717
///
1818
/// - Returns: A closure that returns a Swift projection of this object when invoked.
1919
/// - Warning: This protocol is not designed for general use. It is designed for generated bridge code.
20-
/// - Seealso: `SkipBridgeKt.BridgeSupport`
20+
/// - Seealso: `SkipBridge.BridgeSupport`
2121
public protocol SwiftProjecting {
2222
func Swift_projection(options: Int) -> () -> Any
2323
}

0 commit comments

Comments
 (0)