Skip to content

Commit 077e402

Browse files
committed
refactor: cleanup minor details
1 parent 9b9443b commit 077e402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/src/shared/utilities/tsUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/

packages/core/src/test/techdebt.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
})

0 commit comments

Comments
 (0)