From 0201437255150482fc623f08dcb41a961a3d4ea6 Mon Sep 17 00:00:00 2001 From: Blake Johnson Date: Thu, 14 Jan 2016 20:46:33 -0500 Subject: [PATCH] Minor fix to `inbounds` AST docs. [ci skip] --- doc/devdocs/ast.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devdocs/ast.rst b/doc/devdocs/ast.rst index 1a4d3c843615b..f34e5d66a3849 100644 --- a/doc/devdocs/ast.rst +++ b/doc/devdocs/ast.rst @@ -142,7 +142,7 @@ These symbols appear in the ``head`` field of ``Expr``\s in lowered form. ``inbounds`` controls turning bounds checks on or off. A stack is maintained; if the first argument of this expression is true or false (``true`` means bounds - checks are enabled), it is pushed onto the stack. If the first argument is + checks are disabled), it is pushed onto the stack. If the first argument is ``:pop``, the stack is popped. ``boundscheck``