Skip to content

Commit 379733e

Browse files
author
guanqun
authored
typo fix
1 parent 857a55b commit 379733e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub struct Globals {
6767
impl Globals {
6868
fn new(edition: Edition) -> Globals {
6969
Globals {
70-
// We have no idea how many attributes their will be, so just
70+
// We have no idea how many attributes there will be, so just
7171
// initiate the vectors with 0 bits. We'll grow them as necessary.
7272
used_attrs: Lock::new(GrowableBitSet::new_empty()),
7373
known_attrs: Lock::new(GrowableBitSet::new_empty()),

0 commit comments

Comments
 (0)