aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarc Bonnici <marc.bonnici@arm.com>2018-06-25 16:17:56 +0100
committersetrofim <setrofim@gmail.com>2018-06-26 16:25:05 +0100
commit3ed14e986439bb31130ea2a066fb8d1bd9f5fc4e (patch)
tree3610ef80dcec00f755495b1c21d086903669f705 /doc
parentaf8bc42cc242e1bf26da5f7abb1421f59841c993 (diff)
doc: Fix instrument `update_output` method description
Diffstat (limited to 'doc')
-rw-r--r--doc/source/developer_information/developer_guide/writing_plugins.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/developer_information/developer_guide/writing_plugins.rst b/doc/source/developer_information/developer_guide/writing_plugins.rst
index 811a5738..584865d3 100644
--- a/doc/source/developer_information/developer_guide/writing_plugins.rst
+++ b/doc/source/developer_information/developer_guide/writing_plugins.rst
@@ -492,9 +492,9 @@ below should be implemented:
:update_output(context):
- It is invoked after the workload updated its result.
- update_result is where the taken measures are added to the result so it
- can be processed by Workload Automation.
+ This method is invoked after the workload updated its result and
+ where the taken measures should be added to the result so it can be
+ processed by WA.
:teardown(context):