1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Fixed name

This commit is contained in:
Brian Fiete 2022-08-27 09:55:46 -07:00
parent c1266d2422
commit 94377d8cda

View file

@ -32,7 +32,7 @@ namespace System
#endif
class FlexibleArary<T> where T : struct, new
class FlexibleArray<T> where T : struct, new
{
typealias ElementType = comptype(GetElementType());