* doc/builtins.texi: Sync with tc-assignments.
---
doc/builtins.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/builtins.texi b/doc/builtins.texi
index cb1fe15..14e0f1a 100644
--- a/doc/builtins.texi
+++ b/doc/builtins.texi
@@ -42,7 +42,7 @@ Return the address of a freshly allocated block of memory of size
@c This is because of a bug in Texinfo that we can use @deffnx inside
@c a @ifset here.
@deffn int not (@var{boolean}: int)
-Return 1 if @var{boolean} = 1, else return 0.
+Return 1 if @var{boolean} = 0, else return 1.
@end deffn
@ifset havm
--
1.7.10.4