From 94377d8cdaa7ae747933840d89e5433f34149af7 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Sat, 27 Aug 2022 09:55:46 -0700 Subject: [PATCH] Fixed name --- BeefLibs/corlib/src/Interop.bf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());