Skip to content

Commit 2967009

Browse files
authored
Fix doc-comment parameter name mismatch ("level" → "type") (#153)
1 parent 07b3c7b commit 2967009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Public/BacktraceClientCustomizing.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ enum BacktraceUrlParsingError: Error {
169169
///
170170
/// - Parameters:
171171
/// - message: The message to add.
172-
/// - level: The breadcrumb severity level to add
172+
/// - type: The Breadcrumb type to add
173173
@objc func addBreadcrumb(_ message: String,
174174
type: BacktraceBreadcrumbType) -> Bool
175175

0 commit comments

Comments
 (0)