Skip to content

Commit

Permalink
Add missing backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
csmoe committed Jul 21, 2018
1 parent 0c0315c commit 50720ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir/borrow_check/nll/universal_regions.rs
Expand Up @@ -57,7 +57,7 @@ pub struct UniversalRegions<'tcx> {
/// externals, then locals. So things from:
/// - `FIRST_GLOBAL_INDEX..first_extern_index` are global;
/// - `first_extern_index..first_local_index` are external; and
/// - first_local_index..num_universals` are local.
/// - `first_local_index..num_universals` are local.
first_extern_index: usize,

/// See `first_extern_index`.
Expand Down

0 comments on commit 50720ba

Please sign in to comment.