Skip to content

Commit 9b544d4

Browse files
committed
Update baselines
1 parent 5eb696c commit 9b544d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/baselines/reference/goToTypeDefinition_arrayType.baseline.jsonc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@
145145
// some(predicate: (value: T, index: number, array: T[]) => unknown, thisArg?: any): boolean;
146146
// /**
147147
// * Performs the specified action for each element in an array.
148-
// * @param callbackfn A function that accepts up to three arguments. forEach calls the callbackfn function one time for each element in the array.
149-
// * @param thisArg An object to which the this keyword can refer in the callbackfn function. If thisArg is omitted, undefined is used as the this value.
148+
// * @param callbackfn A function that accepts up to three arguments. forEach calls the callbackfn function one time for each element in the array.
149+
// * @param thisArg An object to which the this keyword can refer in the callbackfn function. If thisArg is omitted, undefined is used as the this value.
150150
// */
151151
// forEach(callbackfn: (value: T, index: number, array: T[]) => void, thisArg?: any): void;
152152
// /**
@@ -398,8 +398,8 @@
398398
// some(predicate: (value: T, index: number, array: T[]) => unknown, thisArg?: any): boolean;
399399
// /**
400400
// * Performs the specified action for each element in an array.
401-
// * @param callbackfn A function that accepts up to three arguments. forEach calls the callbackfn function one time for each element in the array.
402-
// * @param thisArg An object to which the this keyword can refer in the callbackfn function. If thisArg is omitted, undefined is used as the this value.
401+
// * @param callbackfn A function that accepts up to three arguments. forEach calls the callbackfn function one time for each element in the array.
402+
// * @param thisArg An object to which the this keyword can refer in the callbackfn function. If thisArg is omitted, undefined is used as the this value.
403403
// */
404404
// forEach(callbackfn: (value: T, index: number, array: T[]) => void, thisArg?: any): void;
405405
// /**

0 commit comments

Comments
 (0)