Skip to content

Commit

Permalink
Update macros-practical.md
Browse files Browse the repository at this point in the history
fix init mem error
  • Loading branch information
douchuan authored and Veykril committed Feb 26, 2021
1 parent 9ff034f commit 98bcd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros-practical.md
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ macro_rules! recurrence {
}
}

Recurrence { mem: [1, 1], pos: 0 }
Recurrence { mem: [0, 1], pos: 0 }
}
};
}
Expand Down

0 comments on commit 98bcd6e

Please sign in to comment.