1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 11:22:41 +01:00

doc: Apply it's/its grammar pedantry

This commit is contained in:
Brendan Jackman
2016-01-14 12:05:49 +00:00
parent dc5cf6d7b8
commit 2ae8c6073f
9 changed files with 13 additions and 13 deletions

View File

@@ -6,10 +6,10 @@ Modules
Modules are essentially plug-ins for Extensions. They provide a way of defining
common and reusable functionality. An Extension can load zero or more modules
during it's creation. Loaded modules will then add their capabilities (see
during its creation. Loaded modules will then add their capabilities (see
Capabilities_) to those of the Extension. When calling code tries to access an
attribute of an Extension the Extension doesn't have, it will try to find the
attribute among it's loaded modules and will return that instead.
attribute among its loaded modules and will return that instead.
.. note:: Modules are themselves extensions, and can therefore load their own
modules. *Do not* abuse this.