diff options
| author | Felix S. Klock II <pnkfelix@pnkfx.org> | 2014-06-10 14:22:48 +0200 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2014-06-18 16:42:57 +0200 |
| commit | 95fdbeee48163691cf66de4a53fdc108157babcf (patch) | |
| tree | ae77a3161ac2da9f22dee9fafe196b837508f03e | |
| parent | 263a433f1901592f91e6433ccc79539e619cd95f (diff) | |
| download | rust-95fdbeee48163691cf66de4a53fdc108157babcf.tar.gz rust-95fdbeee48163691cf66de4a53fdc108157babcf.zip | |
fix typo in borrowck doc.
| -rw-r--r-- | src/librustc/middle/borrowck/doc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/middle/borrowck/doc.rs b/src/librustc/middle/borrowck/doc.rs index 2427df463bf..9fc291d3971 100644 --- a/src/librustc/middle/borrowck/doc.rs +++ b/src/librustc/middle/borrowck/doc.rs @@ -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 |
