fix typo in borrowck doc.
This commit is contained in:
parent
263a433f19
commit
95fdbeee48
1 changed files with 1 additions and 1 deletions
|
|
@ -948,7 +948,7 @@ The borrow checker is also in charge of ensuring that:
|
|||
|
||||
These are two separate dataflow analyses built on the same
|
||||
framework. Let's look at checking that memory is initialized first;
|
||||
the checking of immutable local variabe assignments works in a very
|
||||
the checking of immutable local variable assignments works in a very
|
||||
similar way.
|
||||
|
||||
To track the initialization of memory, we actually track all the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue