From ed92cb066bd89452669f4e650bb4241d5769d3a0 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 23 Jan 2018 15:37:05 -0800 Subject: [PATCH] math.bitwise: add >signed to docs next to >even, >odd. --- basis/math/bitwise/bitwise-docs.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/basis/math/bitwise/bitwise-docs.factor b/basis/math/bitwise/bitwise-docs.factor index 0b572ee1cf..ecae01ab81 100644 --- a/basis/math/bitwise/bitwise-docs.factor +++ b/basis/math/bitwise/bitwise-docs.factor @@ -470,10 +470,11 @@ $nl W- W* } -"Converting a number to the nearest even/odd:" +"Converting a number to the nearest even/odd/signed:" { $subsections >even >odd + >signed } "Bitfields:" { $subsections