From 2e9ec3a0d0d3149eddf681de310e123b9b68cb7d Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sun, 27 Jan 2019 09:26:07 -0800 Subject: [PATCH] Fix spelling --- src/macros.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macros.md b/src/macros.md index a65c44ff8..55da4eb33 100644 --- a/src/macros.md +++ b/src/macros.md @@ -1,6 +1,6 @@ # Macros -The functionality and syntax of Rust can be extended with custom definitons +The functionality and syntax of Rust can be extended with custom definitions called macros. They are given names, and invoked through a consistent syntax:`some_extension!(...)`.