We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b43bcde + a1ef5a0 commit 4e6ea83Copy full SHA for 4e6ea83
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