Update ScriptingExtension.cs

This commit is contained in:
stax76
2019-07-27 04:51:05 +02:00
committed by GitHub
parent fbffbea641
commit d21d36c196

View File

@@ -1,4 +1,4 @@
//'This extension implements the C# scripting feature of mpv.net which
// This extension implements the C# scripting feature of mpv.net which
// is based on CS-Script (https://www.cs-script.net).
// Furthermore the extension is used to code and debug scripts
@@ -44,4 +44,4 @@ namespace ScriptingExtension // the file name of extensions must end with 'Exten
}
}
}
}
}