提交 0abbe051 编写于 作者: I Isidor Nikolic 提交者: GitHub

Merge pull request #30949 from sappharx/patch-1

Fix typo in src/vs/base/common/arrays.ts
......@@ -334,7 +334,7 @@ export function insert<T>(array: T[], element: T): () => void {
}
/**
* Insert `insertArr` inside `taget` at `insertIndex`.
* Insert `insertArr` inside `target` at `insertIndex`.
* Please don't touch unless you understand https://jsperf.com/inserting-an-array-within-an-array
*/
export function arrayInsert<T>(target: T[], insertIndex: number, insertArr: T[]): T[] {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册