sequences-docs: add a missing period at the end of a sentence

char-rename
Alexander Iljin 2017-01-18 13:53:28 +03:00 committed by John Benediktsson
parent 70aa7b09c2
commit 4fa1103179
1 changed files with 1 additions and 1 deletions

View File

@ -1181,7 +1181,7 @@ HELP: unclip-last
HELP: unclip-last-slice
{ $values { "seq" sequence } { "butlast-slice" slice } { "last" object } }
{ $description "Outputs a head sequence and the last element of " { $snippet "seq" } "; the head sequence consists of all elements of " { $snippet "seq" } " but the last Unlike " { $link unclip-last } ", this word does not make a copy of the input sequence, and runs in constant time." } ;
{ $description "Outputs a head sequence and the last element of " { $snippet "seq" } "; the head sequence consists of all elements of " { $snippet "seq" } " but the last. Unlike " { $link unclip-last } ", this word does not make a copy of the input sequence, and runs in constant time." } ;
HELP: sum
{ $values { "seq" { $sequence number } } { "n" number } }