Skip to content

Commit a7a5881

Browse files
committed
cargo fmt
1 parent 0a1ec5a commit a7a5881

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

foundationdb/src/api.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ impl NetworkBuilder {
105105
Ok(self)
106106
}
107107

108-
/// Finalizes the initialization of the Network and returns a way to run/wait/stop the
108+
/// Finalizes the initialization of the Network and returns a way to run/wait/stop the
109109
/// FoundationDB run loop.
110110
///
111111
/// It's not recommended to use this method directly, you probably want the `boot()` method.
@@ -115,7 +115,7 @@ impl NetworkBuilder {
115115
/// - wait for the thread to start `NetworkWait::wait`
116116
///
117117
/// In order for the sequence to be safe, you **MUST** as stated in the `NetworkRunner::run()` method
118-
/// ensure that `NetworkStop::stop()` is called before the process exit.
118+
/// ensure that `NetworkStop::stop()` is called before the process exit.
119119
/// Aborting the process is still safe.
120120
///
121121
/// # Example
@@ -165,7 +165,7 @@ impl NetworkBuilder {
165165
///
166166
/// # Panics
167167
///
168-
/// Panics if the dedicated thread cannot be spawned or the internal condition primitive is
168+
/// Panics if the dedicated thread cannot be spawned or the internal condition primitive is
169169
/// poisonned.
170170
///
171171
/// # Examples

0 commit comments

Comments
 (0)