summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliv <mokou@fastmail.com>2022-07-11 11:51:13 +0200
committerGitHub <noreply@github.com>2022-07-11 11:51:13 +0200
commit612ae8b8f741c3f1b468bea557508b07d895340b (patch)
tree4eeef0cbc0aa04b002a469ffa5208e829e01d0e4
parent6588d9be22b511c98520de4f4df0c3939aae610e (diff)
parentbaca5d62aebdac65c691f28f2f306be83662c863 (diff)
Merge pull request #1024 from klkl0808/patch-2
Update link to book in variables5
-rw-r--r--info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index efe2b9c..a9608e6 100644
--- a/info.toml
+++ b/info.toml
@@ -84,7 +84,7 @@ 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':
-https://doc.rust-lang.org/book/ch03-01-variables-and-mutability.html#differences-between-variables-and-constants
+https://doc.rust-lang.org/book/ch03-01-variables-and-mutability.html#constants
"""
# FUNCTIONS