I am for the first time learning to use TEX/LaTex for the purpose of using reledmac along with polyglossia to format Hebrew text critical editions. I tried to combine a basic polyglossia snippet from here with a basic critical note (taken from here and simplified) and am getting an error. I recieve the error both on my own machine (TexMaker on windows) as well as on overleaf.
C:\Program Files\MiKTeX\tex/latex/polyglossia\polyglossia.sty !
Undefined control sequence. \edtextּ \edtextּ
I am using XeLaTex to compile. It seems as if polyglossia is trying to take the edtext command and failing, but that's about all I understand so if anyone could help explain this to a newbie I would greatly appreciate it.
\documentclass{article}
\usepackage{polyglossia}
\usepackage[series={A,B},noend,noeledsec,nofamiliar]{reledmac}
\setdefaultlanguage[numerals=hebrew]{hebrew}
\newfontfamily\hebrewfont[Script=Hebrew]{Hadasim CLM}
\begin{document}
\beginnumbering
\pstart
\edtextּ{עמי}{\Afootnote{ועמי}}
\pend
\endnumbering
זוהי עובדה מבוססת שדעתו של הקורא תהיה מוסחת עלידי טקטס קריא כאשר הוא יביט בפריסתו.
\end{document}