From a9f2fbd4a2a7e62af25e9ed55b8a315ac5503024 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sat, 20 Sep 2008 22:41:16 -0700 Subject: [PATCH] Fix newline. --- extra/printf/printf-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/printf/printf-docs.factor b/extra/printf/printf-docs.factor index a6f18cef8e..fdecc2ad68 100755 --- a/extra/printf/printf-docs.factor +++ b/extra/printf/printf-docs.factor @@ -56,7 +56,7 @@ ARTICLE: "printf" "Formatted printing" { "%+PX" "Hexadecimal uppercase" "hex" } } "\n" -"A plus sign ('+') is used to optionally specify that the number should be formatted with a '+' preceeding it if positive." +"A plus sign ('+') is used to optionally specify that the number should be formatted with a '+' preceeding it if positive.\n" "\n" "Padding ('P') is used to optionally specify the minimum width of the result string, the padding character, and the alignment. By default, the padding character defaults to a space and the alignment defaults to right-aligned. For example:\n" { $list