mirror of
https://github.com/denoland/deno.git
synced 2025-07-07 21:35:07 +00:00
docs: fix a numerical error in update_typescript.md (#28556)
Signed-off-by: letianpailove <113023596+letianpailove@users.noreply.github.com>
This commit is contained in:
parent
3849ace1d6
commit
eadcd729d2
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ contextual awareness, it is the author's opinion that it is best to spend the
|
|||
- Revert/merge any changes to lib files that provide forward support. This is
|
||||
the "hardest" thing, because you need to assess if the updated version of
|
||||
TypeScript now includes the type definitions that we forward support.
|
||||
Currently there are three:
|
||||
Currently there the following:
|
||||
|
||||
- `lib.esnext.array.d.ts` contains additional array APIs. These likely will
|
||||
be moved to ES2022 at some point, but currently only the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue