@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/index.mjs CHANGED
@@ -3343,7 +3343,7 @@ function renderNodeArabic(node, options) {
3343
3343
  return arabicScripts(node, content, options);
3344
3344
  }
3345
3345
  if (node.kind === "sqrt" && node.radicand) {
3346
- const content = `\\arabsqrt${optionalRootIndexArabic(node, options)}{${renderChainArabic(node.radicand, options)}}`;
3346
+ const content = `\\arsqrt${optionalRootIndexArabic(node, options)}{${renderChainArabic(node.radicand, options)}}`;
3347
3347
  return arabicScripts(node, content, options);
3348
3348
  }
3349
3349
  if (node.kind === "overset" && node.baseExpr) {