Skip to content

Commit 9cdfa76

Browse files
authored
italics makes everything clearer
1 parent b835bc4 commit 9cdfa76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/procedural-macros.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ 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 with
57-
any token.
56+
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.
5858
5959
### Procedural macro hygiene
6060

0 commit comments

Comments
 (0)