File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ impl NetworkBuilder {
105
105
Ok ( self )
106
106
}
107
107
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
109
109
/// FoundationDB run loop.
110
110
///
111
111
/// It's not recommended to use this method directly, you probably want the `boot()` method.
@@ -115,7 +115,7 @@ impl NetworkBuilder {
115
115
/// - wait for the thread to start `NetworkWait::wait`
116
116
///
117
117
/// 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.
119
119
/// Aborting the process is still safe.
120
120
///
121
121
/// # Example
@@ -165,7 +165,7 @@ impl NetworkBuilder {
165
165
///
166
166
/// # Panics
167
167
///
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
169
169
/// poisonned.
170
170
///
171
171
/// # Examples
You can’t perform that action at this time.
0 commit comments