@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.
@@ -3385,7 +3385,7 @@ ${ATOMIC_OPERATOR_COMMAND_CSS}
3385
3385
  return arabicScripts(node, content, options);
3386
3386
  }
3387
3387
  if (node.kind === "sqrt" && node.radicand) {
3388
- const content = `\\arabsqrt${optionalRootIndexArabic(node, options)}{${renderChainArabic(node.radicand, options)}}`;
3388
+ const content = `\\arsqrt${optionalRootIndexArabic(node, options)}{${renderChainArabic(node.radicand, options)}}`;
3389
3389
  return arabicScripts(node, content, options);
3390
3390
  }
3391
3391
  if (node.kind === "overset" && node.baseExpr) {