Explorar o código

Fixing sample

Sébastien Ros %!s(int64=11) %!d(string=hai) anos
pai
achega
8012835585
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(
         new JsValue("foo") /* thisArg */, 
-        new JsValue[] { 1, "bar" } /* arguments */
+        new JsValue[] { 1, "bar" } /* arguments */,
         ); // "foo1bar"
         
 # Roadmap