schorschinho/osprey

typo in the documentation on github pages

Closed this issue · 1 comments

There is a typo in this line of Osprey documentation on github pages:

MRSCont = OspreyLoad(MRScont);

Change to:

MRSCont = OspreyLoad(MRSCont); 

I know it's minor, but I copy the commands from this page one by one and keep getting an error cause I forget there's a typo there. Thanks!

Hi @juliam98,

Thank you for pointing this out.

Fixed this in #761