Skip to content

Commit a1ef5a0

Browse files
authored
Tiny typo fix
1 parent b43bcde commit a1ef5a0

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
@@ -92,7 +92,7 @@ pub fn make_answer(_item: TokenStream) -> TokenStream {
9292
}
9393
```
9494
95-
And then we use it a binary crate to print "42" to standard output.
95+
And then we use it in a binary crate to print "42" to standard output.
9696

9797
<!-- ignore: requires external crates -->
9898
```rust,ignore

0 commit comments

Comments
 (0)