summaryrefslogtreecommitdiff
path: root/buildstream/buildelement.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/buildelement.py')
-rw-r--r--buildstream/buildelement.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/buildelement.py b/buildstream/buildelement.py
index ed900a250..824d21fd0 100644
--- a/buildstream/buildelement.py
+++ b/buildstream/buildelement.py
@@ -60,7 +60,7 @@ Commands are run in the following order:
Sometimes it is interesting to append or prepend commands to an existing
command list without replacing it entirely, for this; array composition
:ref:`prepend <format_directives_list_prepend>` and
-:ref:`prepend <format_directives_list_append>` directives can be used.
+:ref:`append <format_directives_list_append>` directives can be used.
**Example**