Prolog cookbook typo; line should end with period, not comma

Change-Id: I73c28dc95d498d921f85d133dce6d69660f6bf01
This commit is contained in:
Craig Znamierowski
2016-10-14 17:09:59 -04:00
committed by David Pursehouse
parent 42418b61b8
commit f509d9c5f8

View File

@@ -828,7 +828,7 @@ submit_rule(submit(CR, N)) :-
N = label('Non-Author-Code-Review', need(_)).
base(CR) :-
gerrit:max_with_block(-2, 2, 'Code-Review', CR),
gerrit:max_with_block(-2, 2, 'Code-Review', CR).
----
=== Example 11: Remove the `Verified` category from all projects