Skip to content

Commit

Permalink
SPT-1998 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrandrewsmith committed Apr 11, 2024
1 parent 2a6d2fc commit cf47973
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ open class RequestCreatorNode<Output>: AsyncNode {
self.providers = providers
}

/// Конфигурирует низкоуровненвый запрос.
/// Конфигурирует низкоуровневый запрос.
///
/// - Parameter data: Данные для конфигурирования и последующей отправки запроса.
open func process(_ data: TransportUrlRequest) -> Observer<Output> {
Expand All @@ -35,7 +35,7 @@ open class RequestCreatorNode<Output>: AsyncNode {
return self.next.process(request).log(self.getLogMessage(data))
}

/// Конфигурирует низкоуровненвый запрос.
/// Конфигурирует низкоуровневый запрос.
///
/// - Parameter data: Данные для конфигурирования и последующей отправки запроса.
open func process(
Expand Down

0 comments on commit cf47973

Please sign in to comment.