Fix c&p error in pure_revert documentation

Change-Id: Ica0280476511c91d9926555b665d3aaec852cc99
This commit is contained in:
Patrick Hiesel
2017-09-18 08:29:24 +02:00
parent 3ea66829ea
commit 918ecab88b

View File

@@ -1095,8 +1095,8 @@ base(CR, V) :-
Note that a new label as `Is-Pure-Revert` should not be configured. Note that a new label as `Is-Pure-Revert` should not be configured.
It's only used to show `'Needs Is-Pure-Revert'` in the UI to clearly It's only used to show `'Needs Is-Pure-Revert'` in the UI to clearly
indicate to the user that all the comments have to be resolved for the indicate to the user that the change has to be a pure revert in order
change to become submittable. to become submittable.
== Examples - Submit Type == Examples - Submit Type
The following examples show how to implement own submit type rules. The following examples show how to implement own submit type rules.