Typo fixed
This commit is contained in:
parent
9f245f4163
commit
06bd8833ec
|
@ -468,7 +468,7 @@ function is_nullable_type(\mtgType $type)
|
|||
($type instanceof \mtgMetaStruct && !$type->hasToken('POD'));
|
||||
}
|
||||
|
||||
function get_diff_units(\mtgMetaStruct $struct)
|
||||
function get_diff_related_units(\mtgMetaStruct $struct)
|
||||
{
|
||||
$result = array();
|
||||
foreach($struct->getFields() as $field)
|
||||
|
|
Loading…
Reference in New Issue