fix a couple more typos in grouping
parent
a860ae82f1
commit
80782f699a
basis/grouping
|
@ -49,7 +49,7 @@ HELP: <groups>
|
||||||
}
|
}
|
||||||
{ $example
|
{ $example
|
||||||
"USING: kernel prettyprint sequences grouping ;"
|
"USING: kernel prettyprint sequences grouping ;"
|
||||||
"{ 1 2 3 4 5 6 } 3 <groups> 0 swap nth ."
|
"{ 1 2 3 4 5 6 } 3 <groups> first ."
|
||||||
"{ 1 2 3 }"
|
"{ 1 2 3 }"
|
||||||
}
|
}
|
||||||
} ;
|
} ;
|
||||||
|
@ -66,7 +66,7 @@ HELP: <sliced-groups>
|
||||||
}
|
}
|
||||||
{ $example
|
{ $example
|
||||||
"USING: kernel prettyprint sequences grouping ;"
|
"USING: kernel prettyprint sequences grouping ;"
|
||||||
"{ 1 2 3 4 5 6 } 3 <sliced-groups> 1 swap nth ."
|
"{ 1 2 3 4 5 6 } 3 <sliced-groups> second ."
|
||||||
"T{ slice { from 3 } { to 6 } { seq { 1 2 3 4 5 6 } } }"
|
"T{ slice { from 3 } { to 6 } { seq { 1 2 3 4 5 6 } } }"
|
||||||
}
|
}
|
||||||
} ;
|
} ;
|
||||||
|
|
Loading…
Reference in New Issue