Skip to content

Commit

Permalink
fix old module name docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniosBarotsis committed Jul 5, 2024
1 parent 6286e03 commit 132441d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rate_limit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ impl Default for RetryOptions {
///
/// ```rust
/// use resend_rs::{
/// retry::{send_with_retry, send_with_retry_opts, RetryOptions},
/// rate_limit::{send_with_retry, send_with_retry_opts, RetryOptions},
/// types::CreateEmailBaseOptions,
///};
///use resend_rs::{Resend, Result};
Expand All @@ -59,7 +59,7 @@ impl Default for RetryOptions {
///
/// ```rust
/// use resend_rs::{
/// retry::{send_with_retry, send_with_retry_opts, RetryOptions},
/// rate_limit::{send_with_retry, send_with_retry_opts, RetryOptions},
/// types::CreateEmailBaseOptions,
///};
///use resend_rs::{Resend, Result};
Expand Down

0 comments on commit 132441d

Please sign in to comment.