Skip to content

Commit a9237b0

Browse files
Daniel SmithSpeedy37
authored andcommitted
Typo in documentation
1 parent 89b79b7 commit a9237b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foundationdb/src/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ impl NetworkBuilder {
113113
/// Otherwise, the `boot` method is the **safe** and easiest way to do it.
114114
///
115115
/// 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()`
116+
/// This method starts the foundationdb network runloop, once started, the `NetworkStop::stop()`
117117
/// method **MUST** be called before the process exit. Aborting the process is still safe.
118118
///
119119
/// ```

0 commit comments

Comments
 (0)