Skip to content

Commit b99a213

Browse files
authored
docs(swarm): Reword Swarm top-level doc string (#3132)
1 parent 2c96d64 commit b99a213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swarm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1919
// DEALINGS IN THE SOFTWARE.
2020

21-
//! High level manager of the network.
21+
//! High-level network manager.
2222
//!
2323
//! A [`Swarm`] contains the state of the network as a whole. The entire
2424
//! behaviour of a libp2p network can be controlled through the `Swarm`.

0 commit comments

Comments
 (0)