1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

fixed typo (#2001)

This commit is contained in:
0xflotus 2019-03-26 20:13:11 +01:00 committed by Ryan Dahl
parent c43cfedeba
commit d78b4112c6

View file

@ -33,7 +33,7 @@ In deno itself:
In deno_std
- Add fs extras: ensureDir, ensireFile, readJson, emptyDir, move, exists (#269,
- Add fs extras: ensureDir, ensureFile, readJson, emptyDir, move, exists (#269,
#266, #264, #263, #260)
- Datetime module improvement (#259)
- asserts: Add unimplemented, unreachable, assertNotEquals, assertArrayContains