mirror of
https://gitee.com/openharmony/third_party_rust_syn
synced 2024-11-24 00:10:15 +00:00
Fix typo in a TokenBuffer comment
This commit is contained in:
parent
6ab8fbc751
commit
70a535799e
@ -74,7 +74,7 @@ impl TokenBuffer {
|
||||
}
|
||||
TokenTree::Group(g) => {
|
||||
// Record the index of the interesting entry, and store an
|
||||
// `End(null)` there temporarially.
|
||||
// `End(null)` there temporarily.
|
||||
seqs.push((entries.len(), g));
|
||||
entries.push(Entry::End(ptr::null()));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user