From 426c6a56eea47243664ece1e0bdffaa6b1a8c689 Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Mon, 4 Apr 2016 11:05:51 +0200 Subject: [PATCH] Prolog cookbook: Fix heading of example 9 Change-Id: Ie323a67f78718fe83ff836b7883479395fdf11f6 Signed-off-by: Edwin Kempin --- Documentation/prolog-cookbook.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/prolog-cookbook.txt b/Documentation/prolog-cookbook.txt index d31c401931..22c2b216f5 100644 --- a/Documentation/prolog-cookbook.txt +++ b/Documentation/prolog-cookbook.txt @@ -741,7 +741,7 @@ invokes the `gerrit:default_submit` and then modifies its result. Which of these two behaviors is desired will always depend on how a particular Gerrit server is managed. -==== Example 9: Remove the `Verified` category +=== Example 9: Remove the `Verified` category A project has no build and test. It consists of only text files and needs only code review. We want to remove the `Verified` category from this project so that `Code-Review+2` is the only criteria for a change to become submittable.