Skip to content

Commit 4fdaa39

Browse files
client: Fix docs formatting
1 parent 06e30de commit 4fdaa39

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

client/src/dbus/mod.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@
2424
//!
2525
//! # Ok(())
2626
//! # }
27+
//! ```
2728
//!
2829
//! ## Timeout
2930
//!
30-
//! If a DBus method call takes longer than 30 seconds (for example, waiting for user input on a prompt),
31-
//! the call will fail with a `zbus::Error::InputOutput(std::io::Error(kind: ErrorKind::TimedOut))`.
32-
//! ```
31+
//! If a DBus method call takes longer than 30 seconds (for example, waiting for
32+
//! user input on a prompt), the call will fail with a
33+
//! `zbus::Error::InputOutput(std::io::Error(kind: ErrorKind::TimedOut))`.
3334
3435
/// Barebone DBus API of the Secret Service specifications.
3536
///

0 commit comments

Comments
 (0)