We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f74fd7 + 379733e commit c609a5aCopy full SHA for c609a5a
src/libsyntax/lib.rs
@@ -67,7 +67,7 @@ pub struct Globals {
67
impl Globals {
68
fn new(edition: Edition) -> Globals {
69
Globals {
70
- // We have no idea how many attributes their will be, so just
+ // We have no idea how many attributes there will be, so just
71
// initiate the vectors with 0 bits. We'll grow them as necessary.
72
used_attrs: Lock::new(GrowableBitSet::new_empty()),
73
known_attrs: Lock::new(GrowableBitSet::new_empty()),
0 commit comments