Skip to content

Commit

Permalink
Minor fix to inbounds AST docs. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
blakejohnson committed Jan 15, 2016
1 parent a5e0d7b commit 0201437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/devdocs/ast.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down

0 comments on commit 0201437

Please sign in to comment.