MostlyAdequate / mostly-adequate-guide

Mostly adequate guide to FP (in javascript)
Other
23.29k stars 1.86k forks source link

Change `upload` param from String to Filename in ch 9 #599

Closed etmoore closed 3 years ago

etmoore commented 3 years ago

(nit) iiuc, readFile's first param is a Filename, so upload's first param should also be a Filename to be consistent/correct.