Skip to content

Commit 939a00a

Browse files
s/crate.io/crates.io/
[crate.io](https://crate.io/) is, unfortunately, something else ;)
1 parent 200c252 commit 939a00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2018-12-21-Procedural-Macros-in-Rust-2018.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ three flavors:
2727

2828
* **Function-like macros** are newly stable to the 2018 edition and allow
2929
defining macros like `env!("FOO")` or `format_args!("...")` in a
30-
crate.io-based library. You can think of these as sort of "`macro_rules!`
30+
crates.io-based library. You can think of these as sort of "`macro_rules!`
3131
macros" on steroids.
3232

3333
* **Attribute macros**, my favorite, are also new in the 2018 edition

0 commit comments

Comments
 (0)