Skip to content

Commit

Permalink
Update HTTPClient.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
uhooi authored Aug 1, 2021
1 parent 93b501f commit ad84b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/HTTPClient/HTTPClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public final class HTTPClient {
// MARK: Initializers

/// Initializer.
/// - Parameter baseURLString: base URL string.
/// - Parameter baseURLString: Base URL string.
public init(baseURLString: String) {
self.baseURLString = baseURLString
}
Expand Down

0 comments on commit ad84b5e

Please sign in to comment.