Skip to content

Commit fa92876

Browse files
committed
Changed descriptions of the ChakraIeJsRt mode.
1 parent a76d411 commit fa92876

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

JavaScriptEngineSwitcher.Msie/JsEngineMode.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ public enum JsEngineMode
2525
ChakraActiveScript,
2626

2727
/// <summary>
28-
/// “Legacy” JsRT version of Chakra JavaScript engine (supports ECMAScript 5).
29-
/// Requires Internet Explorer 11 or higher on the machine.
28+
/// “IE” JsRT version of Chakra JavaScript engine (supports ECMAScript 5).
29+
/// Requires Internet Explorer 11 or Microsoft Edge on the machine.
3030
/// </summary>
3131
ChakraIeJsRt,
3232

JavaScriptEngineSwitcher.Tests/JavaScriptEngineSwitcher.Configuration.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
</xs:enumeration>
119119
<xs:enumeration value="ChakraIeJsRt">
120120
<xs:annotation>
121-
<xs:documentation>“Legacy” JsRT version of Chakra JavaScript engine (supports ECMAScript 5). Requires Internet Explorer 11 or higher on the machine.</xs:documentation>
121+
<xs:documentation>“IE” JsRT version of Chakra JavaScript engine (supports ECMAScript 5). Requires Internet Explorer 11 or Microsoft Edge on the machine.</xs:documentation>
122122
</xs:annotation>
123123
</xs:enumeration>
124124
<xs:enumeration value="ChakraEdgeJsRt">

0 commit comments

Comments
 (0)