Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Oct 20, 2023
1 parent 16207a6 commit c8a2941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bitwarden/src/tool/generators/client_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ impl<'a> ClientGenerator<'a> {
/// use bitwarden::{Client, tool::PassphraseGeneratorRequest, error::Result};
/// async fn test() -> Result<()> {
/// let input = PassphraseGeneratorRequest {
/// num_words: Some(4),
/// num_words: 4,
/// ..Default::default()
/// };
/// let passphrase = Client::new(None).generator().passphrase(input).await.unwrap();
Expand Down

0 comments on commit c8a2941

Please sign in to comment.