diff options
Diffstat (limited to 'docs/source/lang/booleanvariables.rst')
-rw-r--r-- | docs/source/lang/booleanvariables.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/source/lang/booleanvariables.rst b/docs/source/lang/booleanvariables.rst index 9d0e992..6051b8c 100644 --- a/docs/source/lang/booleanvariables.rst +++ b/docs/source/lang/booleanvariables.rst @@ -6,9 +6,8 @@ Booleans ======== A **boolean** holds one of two values, :ref:`true -<lang-constants-true>` or :ref:`false <lang-constants-false>`. -On a Maple, each boolean variable occupies one byte of memory, and has -type ``bool``. +<lang-constants-true>` or :ref:`false <lang-constants-false>`. On a +Maple, each boolean variable has type ``bool``. .. warning:: |