Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OccupyMars2025 authored and Veykril committed May 8, 2023
1 parent ff7d20f commit 2b247ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decl-macros/macros-practical.md
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ To show the difference, let's take a simpler example.
macro_rules! using_a {
($e:expr) => {
{
let a = 42i;
let a = 42;
$e
}
}
Expand Down

0 comments on commit 2b247ec

Please sign in to comment.