mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed name
This commit is contained in:
parent
c1266d2422
commit
94377d8cda
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ namespace System
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class FlexibleArary<T> where T : struct, new
|
class FlexibleArray<T> where T : struct, new
|
||||||
{
|
{
|
||||||
typealias ElementType = comptype(GetElementType());
|
typealias ElementType = comptype(GetElementType());
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue