sequences: fix help-lint.

db4
John Benediktsson 2015-07-16 17:18:14 -07:00
parent 94cddbe927
commit 8e8b15c515
1 changed files with 1 additions and 1 deletions

View File

@ -1237,7 +1237,7 @@ HELP: trim-tail-slice
{ $examples
{ $example "USING: prettyprint math sequences ;"
"{ 0 0 1 2 3 0 0 } [ zero? ] trim-tail-slice ."
"T{ slice { from 0 } { to 5 } { seq { 0 0 1 2 3 0 0 } } }"
"T{ slice { to 5 } { seq { 0 0 1 2 3 0 0 } } }"
}
} ;