From 6f075d4949223c80b72bdf0eef95dc229fbdf9c5 Mon Sep 17 00:00:00 2001 From: Eduardo Abinader Date: Thu, 1 Aug 2019 12:14:47 +0200 Subject: [PATCH] documentation: correct text on building topologies section --- doc/tutorial/source/building-topologies.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/source/building-topologies.rst b/doc/tutorial/source/building-topologies.rst index 597cfe1c9..918c75cd5 100644 --- a/doc/tutorial/source/building-topologies.rst +++ b/doc/tutorial/source/building-topologies.rst @@ -952,7 +952,7 @@ methods. Once these objects are created, we create a channel object and associate it to our PHY layer object manager to make sure that all the PHY layer objects created by the ``YansWifiPhyHelper`` share the same underlying channel, that is, they share the same -wireless medium and can communication and interfere: +wireless medium and can communicate and interfere: ::