Skip to content

Commit

Permalink
Update Client.swift documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
loopedresolve committed Jun 30, 2024
1 parent 371c3ac commit 1c65e91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/SmoldotSwift/Client.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ public final class Client {
smoldot_json_rpc_request(id, string)
}

/// Delivers an asynchronous stream of string format JSON responses.
/// Delivers a stream of string format JSON responses asynchronously.
///
/// - Parameter chain: The chain to deliver responses from.
/// - Parameter bufferingPolicy:A strategy that handles exhaustion of the stream buffer capacity
/// - Parameter bufferingPolicy:A strategy that handles exhaustion of the stream buffer capacity.
///
/// - Returns: A stream of asynchronously-delivered chain response strings.
///
Expand All @@ -118,7 +118,7 @@ public final class Client {
})
}

/// Delivers an asynchronous stream of string format JSON responses.
/// Delivers a string format JSON response asynchronously.
///
/// - Parameter chain: The chain to get a response from.
///
Expand Down

0 comments on commit 1c65e91

Please sign in to comment.