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
1 changed files with 2 additions and 2 deletions

View File

@ -1095,8 +1095,8 @@ base(CR, V) :-
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
indicate to the user that all the comments have to be resolved for the
change to become submittable.
indicate to the user that the change has to be a pure revert in order
to become submittable.
== Examples - Submit Type
The following examples show how to implement own submit type rules.