Skip to content

Commit de00720

Browse files
authored
Fix typo in documentation comment for IntrinsicJSFragment
1 parent e86974d commit de00720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/BridgeJS/Sources/BridgeJSLink/JSGlueGen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ final class JSGlueVariableScope {
7878

7979
/// A fragment of JS code used to convert a value between Swift and JS.
8080
///
81-
/// See `BridgeJSInstrincics.swift` in the main JavaScriptKit module for Swift side lowering/lifting implementation.
81+
/// See `BridgeJSIntrinsics.swift` in the main JavaScriptKit module for Swift side lowering/lifting implementation.
8282
struct IntrinsicJSFragment: Sendable {
8383
/// The names of the parameters that the fragment expects.
8484
let parameters: [String]

0 commit comments

Comments
 (0)