We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cdfa76 commit bd51ca1Copy full SHA for bd51ca1
src/procedural-macros.md
@@ -53,7 +53,7 @@ type, unlike `Vec<TokenTree>`, is cheap to clone.
53
All tokens have an associated `Span`. A `Span` is an opaque value that cannot
54
be modified but can be manufactured. `Span`s represent an extent of source
55
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*
+cannot modify a `Span` itself, you can always change the `Span` *associated*
57
with any token, such as through getting a `Span` from another token.
58
59
### Procedural macro hygiene
0 commit comments