diff options
| author | fmoko <mokou@posteo.de> | 2020-07-01 10:19:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-01 10:19:45 +0200 |
| commit | b32a666541202c88a2175f6b69265a8bd1e78e9c (patch) | |
| tree | a3baea37b5ff9c24b6ca4e91c6b5710d752b501e /info.toml | |
| parent | d35592702476f8a7e96287afb8616fe9b97e628b (diff) | |
| parent | b636825de3ec72d9cbd2eb960d6048e781f149e8 (diff) | |
Merge pull request #458 from Sowed/main
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ hint = """ We know about variables and mutability, but there is another important type of variable available; constants. Constants are always immutable and they are declared with keyword 'const' rather -then keyword 'let'. +than keyword 'let'. Constants types must also always be annotated. Read more about constants under 'Differences Between Variables and Constants' in the book's section 'Variables and Mutability': |
