diff --git a/BeefLibs/corlib/src/Interop.bf b/BeefLibs/corlib/src/Interop.bf index aa7d782c..75b4e701 100644 --- a/BeefLibs/corlib/src/Interop.bf +++ b/BeefLibs/corlib/src/Interop.bf @@ -32,7 +32,7 @@ namespace System #endif - class FlexibleArary where T : struct, new + class FlexibleArray where T : struct, new { typealias ElementType = comptype(GetElementType());