Browse Source

rename: ArgumentsAsMemory to ArgumentsMemory

akeit0 1 week ago
parent
commit
275ebadb56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Lua/LuaFunctionExecutionContext.cs

+ 1 - 1
src/Lua/LuaFunctionExecutionContext.cs

@@ -25,7 +25,7 @@ public readonly record struct LuaFunctionExecutionContext
         }
     }
 
-    public ReadOnlyMemory<LuaValue> ArgumentsAsMemory
+    public ReadOnlyMemory<LuaValue> ArgumentsMemory
     {
         get
         {