]> gitweb.factorcode.org Git - factor.git/commitdiff
sequences-docs: add a missing period at the end of a sentence
authorAlexander Iljin <ajsoft@yandex.ru>
Wed, 18 Jan 2017 10:53:28 +0000 (13:53 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 20 Jan 2017 16:21:54 +0000 (08:21 -0800)
core/sequences/sequences-docs.factor

index c64f56ec8c56b8615076e7d85a23e916b612b2ef..b0310da2b31683e17be5aba2893e83b167b118af 100644 (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 } }