From 0810c53b4ef9a2b5efba4758eed9ae0228b4d64d Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Tue, 9 Jul 2013 06:15:20 -0700 Subject: [PATCH] fix typo in attributes section of manual --- doc/manual/source/attributes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/source/attributes.rst b/doc/manual/source/attributes.rst index 9e2da8c74..3c3472280 100644 --- a/doc/manual/source/attributes.rst +++ b/doc/manual/source/attributes.rst @@ -426,7 +426,7 @@ the helper and low-level APIs; either from the constructors themselves::: 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),