Typo fixed

This commit is contained in:
Pavel Shevaev 2023-03-22 13:18:21 +03:00
parent 9f245f4163
commit 06bd8833ec
1 changed files with 1 additions and 1 deletions

View File

@ -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)