Skip to content

Commit db2a5bc

Browse files
authored
Merge pull request #353 from cgwalters/procedural-typo-fix
posts/procedural-macros: Fix an arbitrary typo
2 parents 939a00a + 8c59016 commit db2a5bc

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
@@ -84,7 +84,7 @@ Right off the bat we can see a few important properties of procedural macros:
8484

8585
* The input/output is this fancy `TokenStream` type we'll talk about more in a
8686
bit
87-
* We're *executing aribtrary code* at compile time, which means we can do just
87+
* We're *executing arbitrary code* at compile time, which means we can do just
8888
about anything!
8989
* Procedural macros are incorporated with the module system, meaning no more
9090
they can be imported just like any other name.

0 commit comments

Comments
 (0)