summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authorCooper Gillan <cooper.gillan@gmail.com>2022-02-25 02:33:45 +0000
committermokou <mokou@fastmail.com>2022-07-11 13:53:09 +0200
commit9688609d0892757b2f0ce769367e7c5821e3f94c (patch)
treeeddf0eab7863f274dc35c4ae1774772f8a1e8a9a /info.toml
parent60410cfd2ea4f819f633e3c69efe916d3f825536 (diff)
chore: Update variables6.rs hint book link, wording
While the included link for variables6 does navigate to the correct page, the header in the link itself does not actually exist so it only loads the top of the page. There is, however, some text about the difference between variables and constants in the "Constants" section, so reword the hint some and update the link.
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index c5f22f9..042172d 100644
--- a/info.toml
+++ b/info.toml
@@ -84,7 +84,7 @@ Constants are always immutable and they are declared with keyword 'const' rather
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':
+Read more about constants and the differences between variables and constants under 'Constants' in the book's section 'Variables and Mutability':
https://doc.rust-lang.org/book/ch03-01-variables-and-mutability.html#constants
"""