diff options
Diffstat (limited to 'source/lang/const.rst')
-rw-r--r-- | source/lang/const.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/lang/const.rst b/source/lang/const.rst index 1658e6d..52de85f 100644 --- a/source/lang/const.rst +++ b/source/lang/const.rst @@ -2,8 +2,8 @@ .. _lang-const: -const Keyword -============= +``const`` +========= The ``const`` keyword stands for "constant". It is a variable *qualifier* that modifies the behavior of the variable, making a |