We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857a55b commit 379733eCopy full SHA for 379733e
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