We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301dc00 commit 26bc9d8Copy full SHA for 26bc9d8
Sources/JavaScriptKit/FundamentalObjects/JSFunction.swift
@@ -86,7 +86,7 @@ public class JSFunction: JSObject {
86
}
87
88
89
-/// `JSClosure` represents a JavaScript function whose body is written in Swift.
+/// `JSClosure` represents a JavaScript function the body of which is written in Swift.
90
/// This type can be passed as a callback handler to JavaScript functions.
91
/// Note that the lifetime of `JSClosure` should be managed by users manually
92
/// due to GC boundary between Swift and JavaScript.
0 commit comments