Fixed typo in comment.

This commit is contained in:
Patrick Lühne 2017-03-29 23:18:59 +02:00
parent d0cbdb13e5
commit dbb106c40b
No known key found for this signature in database
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ namespace anthem
////////////////////////////////////////////////////////////////////////////////////////////////////
// Determins whether a term is primitive
// All terms but binary operations and interval are primitive
// All terms but binary operations and intervals are primitive
// With primitive terms t, “X in t” and “X = t” are equivalent
bool isPrimitiveTerm(const ast::Term &term)
{