@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.mjs CHANGED
@@ -1420,7 +1420,7 @@ function renderNodeArabic(node, options) {
1420
1420
  return arabicScripts(node, content, options);
1421
1421
  }
1422
1422
  if (node.kind === "sqrt" && node.radicand) {
1423
- const content = `\\arabsqrt${optionalRootIndexArabic(node, options)}{${renderChainArabic(node.radicand, options)}}`;
1423
+ const content = `\\arsqrt${optionalRootIndexArabic(node, options)}{${renderChainArabic(node.radicand, options)}}`;
1424
1424
  return arabicScripts(node, content, options);
1425
1425
  }
1426
1426
  if (node.kind === "overset" && node.baseExpr) {