From 22a6569dad5add607fd67a212345ae6880facd08 Mon Sep 17 00:00:00 2001 From: Ruby Loo Date: Tue, 9 Aug 2016 22:55:46 -0400 Subject: [PATCH] 'As of' in documentation is incorrect The documentation has 'As of the Newton release...'. 'As of' is used to indicate the time or date from which something starts. In this context, that is incorrect; we want to indicate that the Newton release is the last/end release. Change-Id: I080694d2f4e2b6d3b53e1b2f15b96f59b3eb16cf --- doc/source/dev/architecture.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/dev/architecture.rst b/doc/source/dev/architecture.rst index c4bf639996..527084c521 100644 --- a/doc/source/dev/architecture.rst +++ b/doc/source/dev/architecture.rst @@ -93,9 +93,9 @@ Here the ``spacing`` argument is a period in seconds for a given periodic task. For example 'spacing=5' means every 5 seconds. .. note:: - As of the Newton release, it's possible to bind periodic tasks to a driver - object instead of an interface. This is deprecated and support for it will - be removed in the Ocata release. + In releases prior to and including the Newton release, it's possible to + bind periodic tasks to a driver object instead of an interface. This is + deprecated and support for it will be removed in the Ocata release. Message Routing