Sébastien Ros 11 lat temu
rodzic
commit
8012835585
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -56,7 +56,7 @@ If you need to pass a JavaScript callback to the CLR, then it will be converted
         
         
     var result = function.DynamicInvoke(
     var result = function.DynamicInvoke(
         new JsValue("foo") /* thisArg */, 
         new JsValue("foo") /* thisArg */, 
-        new JsValue[] { 1, "bar" } /* arguments */
+        new JsValue[] { 1, "bar" } /* arguments */,
         ); // "foo1bar"
         ); // "foo1bar"
         
         
 # Roadmap
 # Roadmap