fix typo in attributes section of manual
authorJunling Bu <linlinjavaer@gmail.com>
Tue, 09 Jul 2013 06:15:20 -0700
changeset 9912 d59302c89378
parent 9911 90def6afa747
child 9913 22a06bb42065
fix typo in attributes section of manual
doc/manual/source/attributes.rst
--- a/doc/manual/source/attributes.rst	Tue Jul 09 06:09:38 2013 -0700
+++ b/doc/manual/source/attributes.rst	Tue Jul 09 06:15:20 2013 -0700
@@ -426,7 +426,7 @@
 
 or from the higher-level helper APIs, such as:::
 
-    mobility.SetPositionAllocator ("GridPositionAllocator",
+    mobility.SetPositionAllocator ("ns3::GridPositionAllocator",
                                    "MinX", DoubleValue (-100.0),
                                    "MinY", DoubleValue (-100.0),
                                    "DeltaX", DoubleValue (5.0),