Skip to content

Commit 3a1e1ae

Browse files
committed
typo fix
1 parent c784c7d commit 3a1e1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2018-10-25-Rust-1.30.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ And convert a `Pet` to and from JSON because `serde_json` defined `Serialize` an
4444
`Deserialize` in a procedural macro.
4545

4646
Rust expands on this by adding the ability to define two other kinds of
47-
advanced macros, "attribute-like procedrual macros" and "function-like
47+
advanced macros, "attribute-like procedural macros" and "function-like
4848
procedural macros."
4949

5050
Attribute-like macros are similar to custom derive macros, but instead of generating code

0 commit comments

Comments
 (0)