@@ -418,9 +418,9 @@ public void Execute(string code, string documentName)
418418 }
419419
420420 /// <summary>
421- /// Executes a code from JS- file
421+ /// Executes a code from JS file
422422 /// </summary>
423- /// <param name="path">Path to the JS- file</param>
423+ /// <param name="path">Path to the JS file</param>
424424 /// <param name="encoding">Text encoding</param>
425425 /// <exception cref="ObjectDisposedException"/>
426426 /// <exception cref="ArgumentNullException"/>
@@ -473,14 +473,15 @@ public void ExecuteFile(string path, Encoding encoding = null)
473473 }
474474
475475 /// <summary>
476- /// Executes a code from embedded JS- resource
476+ /// Executes a code from embedded JS resource
477477 /// </summary>
478478 /// <param name="resourceName">The case-sensitive resource name without the namespace of the specified type</param>
479479 /// <param name="type">The type, that determines the assembly and whose namespace is used to scope
480480 /// the resource name</param>
481481 /// <exception cref="ObjectDisposedException"/>
482482 /// <exception cref="ArgumentNullException"/>
483483 /// <exception cref="ArgumentException"/>
484+ /// <exception cref="NullReferenceException"/>
484485 /// <exception cref="JsUsageException"/>
485486 /// <exception cref="JsCompilationException"/>
486487 /// <exception cref="JsInterruptedException"/>
@@ -540,13 +541,14 @@ public void ExecuteResource(string resourceName, Type type)
540541 }
541542
542543 /// <summary>
543- /// Executes a code from embedded JS- resource
544+ /// Executes a code from embedded JS resource
544545 /// </summary>
545546 /// <param name="resourceName">The case-sensitive resource name</param>
546547 /// <param name="assembly">The assembly, which contains the embedded resource</param>
547548 /// <exception cref="ObjectDisposedException"/>
548549 /// <exception cref="ArgumentNullException"/>
549550 /// <exception cref="ArgumentException"/>
551+ /// <exception cref="NullReferenceException"/>
550552 /// <exception cref="JsUsageException"/>
551553 /// <exception cref="JsCompilationException"/>
552554 /// <exception cref="JsInterruptedException"/>
0 commit comments