From 9e6d98d75bc4c456b437eec681d50ede9ae7dbe7 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sun, 26 Aug 2012 13:50:04 -0700 Subject: [PATCH] fix tutorial typo --- doc/tutorial/source/tracing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/source/tracing.rst b/doc/tutorial/source/tracing.rst index a66275100..22d77c02b 100644 --- a/doc/tutorial/source/tracing.rst +++ b/doc/tutorial/source/tracing.rst @@ -1298,7 +1298,7 @@ when the ``main`` function of your script is running, but before executing the simulation, ``Simulator::Run`` will return control back to the ``main`` function. When this happens, the script enters what can be called "Teardown Time," which is when the structures and objects created -during setup and taken apart and released. +during setup are taken apart and released. Perhaps the most common mistake made in trying to use the tracing system is assuming that entities constructed dynamically during simulation time are