Skip to content

Commit bd51ca1

Browse files
authored
Update procedural-macros.md
1 parent 9cdfa76 commit bd51ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/procedural-macros.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ type, unlike `Vec<TokenTree>`, is cheap to clone.
5353
All tokens have an associated `Span`. A `Span` is an opaque value that cannot
5454
be modified but can be manufactured. `Span`s represent an extent of source
5555
code within a program and are primarily used for error reporting. While you
56-
cannot modify a `Span` itself, you can always change the `Span` *associated*
56+
cannot modify a `Span` itself, you can always change the `Span` *associated*
5757
with any token, such as through getting a `Span` from another token.
5858
5959
### Procedural macro hygiene

0 commit comments

Comments
 (0)