Corrected grammar of initial state facts.
This commit is contained in:
@@ -245,9 +245,8 @@ class Fact;
|
||||
namespace detail
|
||||
{
|
||||
using FactT = Variant<
|
||||
AtomicFormula,
|
||||
AtPointer<Literal>,
|
||||
NotPointer<Fact>>;
|
||||
Literal>;
|
||||
}
|
||||
|
||||
class Fact : public detail::FactT
|
||||
|
Reference in New Issue
Block a user