This commit is contained in:
Artur Meski
2018-03-26 19:22:19 +01:00
parent e3119099ea
commit 0c9665d1b6

View File

@@ -52,7 +52,7 @@ BDD SymRS::encStateActEntitiesConj(const Entities &entities)
BDD state_act = encEntity(*entity);
int actEntity;
// if entity is also an aciton entity, we include it in the encoding
// if entity is also an action entity, we include it in the encoding
if ((actEntity = getMappedStateToActID(*entity)) >= 0)
state_act += encActEntity(actEntity);