1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-17 00:07:35 +02:00

fix: update link to book

This commit is contained in:
Konstantin
2022-06-13 21:30:25 +02:00
committed by GitHub
parent b19f74e8cf
commit baca5d62ae

View File

@ -84,7 +84,7 @@ than keyword 'let'.
Constants types must also always be annotated. 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 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 # FUNCTIONS