File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ internal static class JsEngineModeName
1616 public const string ChakraActiveScript = "Chakra ActiveScript" ;
1717
1818 /// <summary>
19- /// Name of Chakra “Legacy ” JsRT mode
19+ /// Name of Chakra “IE ” JsRT mode
2020 /// </summary>
2121 public const string ChakraIeJsRt = "Chakra IE JsRT" ;
2222
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ public enum JsEngineMode
2424 ChakraActiveScript ,
2525
2626 /// <summary>
27- /// “Legacy ” JsRT version of Chakra JavaScript engine (supports ECMAScript 5).
28- /// Requires Internet Explorer 11 or higher on the machine.
27+ /// “IE ” JsRT version of Chakra JavaScript engine (supports ECMAScript 5).
28+ /// Requires Internet Explorer 11 or Microsoft Edge on the machine.
2929 /// </summary>
3030 ChakraIeJsRt ,
3131
You can’t perform that action at this time.
0 commit comments