Skip to content

Commit 8c348a3

Browse files
committed
Fix JSError.stack doc comment wording
1 parent 2af259d commit 8c348a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/JavaScriptKit/BasicObjects/JSError.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public final class JSError: Error {
2424
jsObject.name.string!
2525
}
2626

27-
/// The JavaScript call trace that led to the creation of this error object.
27+
/// The JavaScript call stack that led to the creation of this error object.
2828
public var stack: String? {
2929
jsObject.stack.string
3030
}

0 commit comments

Comments
 (0)