mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Fix some typos
This commit is contained in:
parent
a36e310229
commit
4fd3613434
26 changed files with 69 additions and 65 deletions
|
@ -58,7 +58,7 @@ fn expand_rule(rule: &crate::Rule, input: &tt::Subtree) -> Option<tt::Subtree> {
|
|||
///
|
||||
/// The other side of the puzzle is `expand_subtree`, where we use the bindings
|
||||
/// to substitute meta variables in the output template. When expanding, we
|
||||
/// maintain a `nesteing` stack of indicies whihc tells us which occurence from
|
||||
/// maintain a `nesting` stack of indices which tells us which occurrence from
|
||||
/// the `Bindings` we should take. We push to the stack when we enter a
|
||||
/// repetition.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue