We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263a433 commit 95fdbeeCopy full SHA for 95fdbee
src/librustc/middle/borrowck/doc.rs
@@ -948,7 +948,7 @@ The borrow checker is also in charge of ensuring that:
948
949
These are two separate dataflow analyses built on the same
950
framework. Let's look at checking that memory is initialized first;
951
-the checking of immutable local variabe assignments works in a very
+the checking of immutable local variable assignments works in a very
952
similar way.
953
954
To track the initialization of memory, we actually track all the
0 commit comments