We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c784c7d commit 3a1e1aeCopy full SHA for 3a1e1ae
_posts/2018-10-25-Rust-1.30.0.md
@@ -44,7 +44,7 @@ And convert a `Pet` to and from JSON because `serde_json` defined `Serialize` an
44
`Deserialize` in a procedural macro.
45
46
Rust expands on this by adding the ability to define two other kinds of
47
-advanced macros, "attribute-like procedrual macros" and "function-like
+advanced macros, "attribute-like procedural macros" and "function-like
48
procedural macros."
49
50
Attribute-like macros are similar to custom derive macros, but instead of generating code
0 commit comments