From d0eefd4d0311e3f9595d3d812636e39c8433bfa9 Mon Sep 17 00:00:00 2001 From: Luong Anh Tuan Date: Mon, 3 Oct 2016 11:39:43 +0700 Subject: [PATCH] Fix typo: remove redundant 'the' Change-Id: I7ef0d3a44552df2faaa0077aee21eae0b4c614f1 --- .../implemented/dependency-driven-resource-deallocation.rst | 2 +- specs/newton/implemented/plugin-fqn-rename.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/newton/implemented/dependency-driven-resource-deallocation.rst b/specs/newton/implemented/dependency-driven-resource-deallocation.rst index 40bc57f..d0e91fe 100644 --- a/specs/newton/implemented/dependency-driven-resource-deallocation.rst +++ b/specs/newton/implemented/dependency-driven-resource-deallocation.rst @@ -233,7 +233,7 @@ different scenarios: Destroys objects which are not part of the **complete** object graph, i.e. having no references to them from any properties of the environment (including runtime and private properties) AND not being referenced by local - variables in any frame of all the the green threads of current deployment. + variables in any frame of all the green threads of current deployment. To implement scenario 3, a new algorithm is needed. As mentioned in the *Multi-step destruction* section, Python garbage collector can be used diff --git a/specs/newton/implemented/plugin-fqn-rename.rst b/specs/newton/implemented/plugin-fqn-rename.rst index 643673b..b6e25fa 100644 --- a/specs/newton/implemented/plugin-fqn-rename.rst +++ b/specs/newton/implemented/plugin-fqn-rename.rst @@ -164,7 +164,7 @@ compatibility mode. Developer impact ---------------- -Plugin developers will have to update their plugin according the the correct +Plugin developers will have to update their plugin according the correct naming scheme. Application developers using the plugins will have to rename the class usages