DoctorWkt / acwj

A Compiler Writing Journey
GNU General Public License v3.0
10.55k stars 1.02k forks source link

Misspells in Part 53 #53

Closed MikasaAkerman closed 1 year ago

MikasaAkerman commented 1 year ago
  1. if (!inttype(ltype) && !ptrtype(rtype)) should be if (!inttype(rtype) && !ptrtype(rtype)) in modify_type().
  2. Now now should be Not now in README file.