Correct typo in comment

Closes lotgd/core#108
This commit is contained in:
Cousjava
2018-03-15 19:45:45 +00:00
committed by GitHub
parent 867843dddd
commit d90e4d0ba9
+2 -2
View File
@@ -6,7 +6,7 @@ namespace LotGD\Core\Events;
use LotGD\Core\Exceptions\ArgumentException;
/**
* EventContextDataContainer to provide a basic structure for managing contextual data of an event.
* EventContextData to provide a basic structure for managing contextual data of an event.
*
* This class must be immutable and returns always a new instance of itself for any change.
* @package LotGD\Core\Events
@@ -133,4 +133,4 @@ class EventContextData
"{$field} is not valid in this context, only {$this->getFormattedListOfFields()} are allowed."
);
}
}
}