Skip to content

Commit 0a21201

Browse files
authored
Merge pull request #284 from jrvidal/clarification-1.30
Small wording correction
2 parents e7be70a + d0a6337 commit 0a21201

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ struct Pet {
4343
And convert a `Pet` to and from JSON using `serde_json` because `serde_derive`
4444
defined `Serialize` and `Deserialize` in a procedural macro.
4545

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

0 commit comments

Comments
 (0)