We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43bcde commit a1ef5a0Copy full SHA for a1ef5a0
src/procedural-macros.md
@@ -92,7 +92,7 @@ pub fn make_answer(_item: TokenStream) -> TokenStream {
92
}
93
```
94
95
-And then we use it a binary crate to print "42" to standard output.
+And then we use it in a binary crate to print "42" to standard output.
96
97
<!-- ignore: requires external crates -->
98
```rust,ignore
0 commit comments