X-Git-Url: http://plrg.eecs.uci.edu/git/?p=cdsspec-compiler.git;a=blobdiff_plain;f=notes%2Fsequential_spec.txt;h=ef3bafff351ba008abe7ce8cccef3c7dc29ac1e1;hp=73e85cc3f7a5898509e73a734442f45e38625048;hb=05a47c2a14f45d4b4cd766139776872793f029e7;hpb=343bf48a0bd959b7b47bcf8b3e40f46ba7392e04 diff --git a/notes/sequential_spec.txt b/notes/sequential_spec.txt index 73e85cc..ef3baff 100644 --- a/notes/sequential_spec.txt +++ b/notes/sequential_spec.txt @@ -75,7 +75,7 @@ index = list.indexOf(elem); index = list.indexOf(elem, 1); 7) PushAtIndex - list.pushAtIdex(1); + list.pushAtIndex(1); 8) PushAfterElem list.pushAfterElem(target, elem, 10); // find the first matched target from index 10, // insert elem after target