Fixed typo.

This commit is contained in:
Patrick Lühne 2017-04-10 14:30:35 +02:00
parent b0388b9b28
commit d4ce0d54e8
No known key found for this signature in database
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ TEST_CASE("[completion] Rules are completed", "[completion]")
context.simplify = true;
context.complete = true;
SECTION("predicte in single rule head")
SECTION("predicate in single rule head")
{
input << "p :- q.";
REQUIRE_NOTHROW(anthem::translate("input", input, context));