Fixed mistake in constructors index
This commit is contained in:
parent
5fa11f52ef
commit
d664dd3bb3
@ -204,7 +204,7 @@ foreach ($TL->constructors->predicate as $key => $constructor) {
|
||||
$params .= (isset($param['subtype']) ? '\['.$ptype.'\]' : $ptype).', ';
|
||||
}
|
||||
|
||||
$constructors[$constructor] = '[$'.str_replace('_', '\_', $real_type).'](../types/'.$real_type.'.md) = \['.$params.'\];
|
||||
$constructors[$constructor] = '[$'.str_replace('_', '\_', $constructor).'](../constructors/'.$constructor.'.md) = \['.$params.'\];
|
||||
|
||||
';
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user