Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc: simplify a sentence
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 7 Jul 2020 10:36:01 +0000 (12:36 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 7 Jul 2020 10:36:01 +0000 (12:36 +0200)
docs/source/ns3.rst

index 3760835..969ca7d 100644 (file)
@@ -24,8 +24,8 @@ Enabling ns-3 in SimGrid
 ========================
 
 SimGrid must be recompiled with the ``enable_ns3`` option activated in cmake.
-Optionally, use ``NS3_HINT`` to hint cmake about the path on disk
-where ns-3 is installed.
+Optionally, use ``NS3_HINT`` to tell cmake where ns3 is installed on
+your disk.
 
 .. code-block:: shell