Skip to content

Commit c7fb350

Browse files
committed
Fix comments
1 parent 8af0336 commit c7fb350

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Sources/InstanaAgent/Instana.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ import Foundation
176176
/// }.resume()
177177
///
178178
/// - Parameters:
179-
/// - request: URLRequest to capture.
179+
/// - url: URL to capture.
180180
/// - method: HTTP Method (e.g. "GET" or "POST")
181181
/// - viewName: (Optional) Name of the current view to group the request
182182
///

Sources/InstanaAgent/Monitors/HTTP/HTTPMarker.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ protocol HTTPMarkerDelegate: AnyObject {
8787
///
8888
/// - Parameters:
8989
/// - result: Pass the HTTPCaptureResult when the request has been completed.
90-
/// - error: Optional Error
9190
///
9291
/// Note: Make sure you don't call any methods on this HTTPMarker after you called finish
9392
@objc public func finish(_ result: HTTPCaptureResult) {

0 commit comments

Comments
 (0)