Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
Found by crate-ci/typos.
  • Loading branch information
svix-jplatte committed Oct 2, 2024
1 parent e637e18 commit ddb9c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniqueue/src/backends/redis/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ impl<R: RedisConnection> RedisBackendBuilder<R> {
}
}

/// Set a custom [`RedisConnection`] mananager to use.
/// Set a custom [`RedisConnection`] manager to use.
///
/// This method only makes sense to call if you have a custom connection
/// manager implementation. For clustered redis, use
Expand Down

0 comments on commit ddb9c0a

Please sign in to comment.