Fix typo: remove redundant 'the'

Change-Id: I7ef0d3a44552df2faaa0077aee21eae0b4c614f1
This commit is contained in:
Luong Anh Tuan 2016-10-03 11:39:43 +07:00
parent 5fc6e5796b
commit d0eefd4d03
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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