We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86974d commit de00720Copy full SHA for de00720
Plugins/BridgeJS/Sources/BridgeJSLink/JSGlueGen.swift
@@ -78,7 +78,7 @@ final class JSGlueVariableScope {
78
79
/// A fragment of JS code used to convert a value between Swift and JS.
80
///
81
-/// See `BridgeJSInstrincics.swift` in the main JavaScriptKit module for Swift side lowering/lifting implementation.
+/// See `BridgeJSIntrinsics.swift` in the main JavaScriptKit module for Swift side lowering/lifting implementation.
82
struct IntrinsicJSFragment: Sendable {
83
/// The names of the parameters that the fragment expects.
84
let parameters: [String]
0 commit comments