Skip to content

Commit 4e6ea83

Browse files
authored
Merge pull request #849 from robsyme/patch-1
Tiny typo fix
2 parents b43bcde + a1ef5a0 commit 4e6ea83

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)