Correct typo in comment (#113 from Cousjava/typofix)

Correct typo in comment
This commit is contained in:
Austen McDonald
2018-03-15 12:52:31 -07:00
committed by GitHub
+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
@@ -176,4 +176,4 @@ class EventContextData
"{$field} is not valid in this context, only {$this->getFormattedListOfFields()} are allowed."
);
}
}
}