We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9948be4 commit 5fe2bc9Copy full SHA for 5fe2bc9
1 file changed
src/meta-programming/index.md
@@ -34,8 +34,8 @@ macro_rules! println {
34
To learn more about writing declarative macros, refer to the Rust reference
35
chapter [macros by example] or [The Little Book of Rust Macros].
36
37
-[Procedural macros] are different than declarative macros. Those accept some code
38
-as an input, operate on that code, and produce some code as an output.
+[Procedural macros] are different from declarative macros. Those accept some
+code as an input, operate on that code, and produce some code as an output.
39
40
Another technique used in C# for metaprogramming is reflection. Rust does not
41
support reflection.
0 commit comments