We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b79b7 commit a9237b0Copy full SHA for a9237b0
foundationdb/src/api.rs
@@ -113,7 +113,7 @@ impl NetworkBuilder {
113
/// Otherwise, the `boot` method is the **safe** and easiest way to do it.
114
///
115
/// In order to start the network you have to call the unsafe `NetworkRunner::run()` method.
116
- /// This method stats the foundationdb network runloop, once started, the `NetworkStop::stop()`
+ /// This method starts the foundationdb network runloop, once started, the `NetworkStop::stop()`
117
/// method **MUST** be called before the process exit. Aborting the process is still safe.
118
119
/// ```
0 commit comments