Skip to content

Commit 95fdbee

Browse files
committed
fix typo in borrowck doc.
1 parent 263a433 commit 95fdbee

File tree

1 file changed

+1
-1
lines changed
  • src/librustc/middle/borrowck

1 file changed

+1
-1
lines changed

src/librustc/middle/borrowck/doc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ The borrow checker is also in charge of ensuring that:
948948
949949
These are two separate dataflow analyses built on the same
950950
framework. Let's look at checking that memory is initialized first;
951-
the checking of immutable local variabe assignments works in a very
951+
the checking of immutable local variable assignments works in a very
952952
similar way.
953953
954954
To track the initialization of memory, we actually track all the

0 commit comments

Comments
 (0)