From c101eb19dd39dab6c465ad79f2047fbf227976d5 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Fri, 29 May 2020 10:10:46 -0700 Subject: [PATCH] Changed text --- BeefLibs/corlib/src/Attribute.bf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeefLibs/corlib/src/Attribute.bf b/BeefLibs/corlib/src/Attribute.bf index 3e52b59d..b27ec31a 100644 --- a/BeefLibs/corlib/src/Attribute.bf +++ b/BeefLibs/corlib/src/Attribute.bf @@ -191,7 +191,7 @@ namespace System } } - [Obsolete("Use [CallingConvention(.Stdcall)] instead. ", false)] + [Obsolete("Use [CallingConvention(.Stdcall)]", false)] [AttributeUsage(.Method | .Delegate | .Function)] public struct StdCallAttribute : Attribute {