lunacookies/eldiro

Part Three typo

cgyurgyik opened this issue · 2 comments

remove mod util; from expr.rs, and put the following in lib.rs:

Should be

remove mod utils; from expr.rs, and put the following in lib.rs:

i.e. mod util -> mod utils

Thanks for the series!

Thanks for spotting this! I’ll fix it now.