Rollup merge of #65626 - guanqun:patch-1, r=varkor

trivial typo fix
This commit is contained in:
Yuki Okushi 2019-10-21 03:10:59 +09:00 committed by GitHub
commit c609a5aafc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ pub struct Globals {
impl Globals {
fn new(edition: Edition) -> Globals {
Globals {
// We have no idea how many attributes their will be, so just
// We have no idea how many attributes there will be, so just
// initiate the vectors with 0 bits. We'll grow them as necessary.
used_attrs: Lock::new(GrowableBitSet::new_empty()),
known_attrs: Lock::new(GrowableBitSet::new_empty()),