aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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):