File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ export function createFactoryFunction<T extends new (...args: any[]) => any>(cto
9595}
9696
9797/**
98- * Try Functions in the order presented and return the first returned result. If none return, throw the final error.
98+ * Try functions in the order presented and return the first returned result. If none return, throw the final error.
9999 * @param functions non-empty list of functions to try.
100100 * @returns
101101 */
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ describe('tech debt', function () {
4242
4343 it ( 'allow lspResolver tests to run on all platforms' , function ( ) {
4444 fixByDate (
45- '03 -01-2025' ,
45+ '04 -01-2025' ,
4646 'allow lspResolver tests to run on all platforms once it supports it. Remove the `isMac` check in core/src/test/shared/lsp/lspResolver.test.ts'
4747 )
4848 } )
You can’t perform that action at this time.
0 commit comments