From 4fa1103179ba38e4069c0cce1014668416b9dd48 Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Wed, 18 Jan 2017 13:53:28 +0300 Subject: [PATCH] sequences-docs: add a missing period at the end of a sentence --- core/sequences/sequences-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sequences/sequences-docs.factor b/core/sequences/sequences-docs.factor index c64f56ec8c..b0310da2b3 100644 --- a/core/sequences/sequences-docs.factor +++ b/core/sequences/sequences-docs.factor @@ -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 } } -- 2.34.1