docs(swarm): Reword Swarm top-level doc string (#3132)

This commit is contained in:
Michael G
2022-11-23 06:16:40 +04:00
committed by GitHub
parent 2c96d644f9
commit b99a2137ac

View File

@ -18,7 +18,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
//! High level manager of the network.
//! High-level network manager.
//!
//! A [`Swarm`] contains the state of the network as a whole. The entire
//! behaviour of a libp2p network can be controlled through the `Swarm`.