Skip to content
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.

Commit

Permalink
Fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LJ authored and LJ committed Jul 29, 2024
1 parent 60b8cae commit 63fef41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api_client/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! An optional API client features using `reqwest` for the HTTP parts,
//! and `signalrs-client-custom-auth` for [`SignalR`](https://dotnet.microsoft.com/en-us/apps/aspnet/signalr).
//! and `tokio-tungstenite` for [`SignalR`](https://dotnet.microsoft.com/en-us/apps/aspnet/signalr).
//!
//! Besides using this, you could instead easily implement your own client using
//! a different HTTP library with the [`racal::Queryable`](racal::Queryable)
Expand Down

0 comments on commit 63fef41

Please sign in to comment.