Skip to content

Commit

Permalink
πŸ’š cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelStark committed Dec 5, 2023
1 parent f0e12a2 commit c3d48ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anthropic/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ impl Client {
self.execute(request).await
}

/// Make a streaming POST request to {path} and create a Stream of the retuned Server-Sent Events
/// # Arguments
/// Make a streaming POST request to {path} and create a Stream of the retuned Server-Sent
/// Events # Arguments
/// * `path` - The path to POST to.
/// * `request` - The request body.
/// # Returns
Expand Down

0 comments on commit c3d48ca

Please sign in to comment.