From 8b14f119e51422949237c22c06baea6cee0eaa1b Mon Sep 17 00:00:00 2001 From: Eduardo Cavazos Date: Mon, 19 May 2008 15:25:45 -0500 Subject: [PATCH] byte-arrays-docs: Fix the description --- core/byte-arrays/byte-arrays-docs.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/byte-arrays/byte-arrays-docs.factor b/core/byte-arrays/byte-arrays-docs.factor index 27df8771c3..8a51f4c663 100755 --- a/core/byte-arrays/byte-arrays-docs.factor +++ b/core/byte-arrays/byte-arrays-docs.factor @@ -26,5 +26,6 @@ HELP: ( n -- byte-array ) HELP: >byte-array { $values { "seq" "a sequence" } { "byte-array" byte-array } } -{ $description "Outputs a freshly-allocated byte array whose elements have the same boolean values as a given sequence." } +{ $description + "Outputs a freshly-allocated byte array whose elements have the same signed byte values as a given sequence." } { $errors "Throws an error if the sequence contains elements other than integers." } ;