all: fix some typos
Signed-off-by: cuishuang <imcusg@gmail.com>
This commit is contained in:
parent
2f8d1a835b
commit
00fffdddd2
12 changed files with 16 additions and 16 deletions
|
@ -847,7 +847,7 @@ impl server::Span for Rustc<'_, '_> {
|
|||
/// the `quote` proc-macro. This will save the span of
|
||||
/// "hello" into the metadata of `my_proc_macro`. As a result,
|
||||
/// the body of `my_proc_macro` (after expansion) will end
|
||||
/// up containg a call that looks like this:
|
||||
/// up containing a call that looks like this:
|
||||
/// `proc_macro::Ident::new("hello", proc_macro::Span::recover_proc_macro_span(0))`
|
||||
///
|
||||
/// where `0` is the id returned by this function.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue