@drghaliasri/butex 5.5.1 → 5.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/react.js CHANGED
@@ -1439,7 +1439,7 @@ function renderNodeArabic(node, options) {
1439
1439
  return arabicScripts(node, content, options);
1440
1440
  }
1441
1441
  if (node.kind === "sqrt" && node.radicand) {
1442
- const content = `\\arabsqrt${optionalRootIndexArabic(node, options)}{${renderChainArabic(node.radicand, options)}}`;
1442
+ const content = `\\arsqrt${optionalRootIndexArabic(node, options)}{${renderChainArabic(node.radicand, options)}}`;
1443
1443
  return arabicScripts(node, content, options);
1444
1444
  }
1445
1445
  if (node.kind === "overset" && node.baseExpr) {