Skip to content

Commit a3ccfda

Browse files
authored
Merge pull request microsoft#92865 from videlalvaro/issue_92863
fixes microsoft#92863
2 parents da6ebc4 + 02570f8 commit a3ccfda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/platform/instantiation/common/instantiation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function storeServiceDependency(id: Function, target: Function, index: number, o
134134
}
135135

136136
/**
137-
* A *only* valid way to create a {{ServiceIdentifier}}.
137+
* The *only* valid way to create a {{ServiceIdentifier}}.
138138
*/
139139
export function createDecorator<T>(serviceId: string): ServiceIdentifier<T> {
140140

0 commit comments

Comments
 (0)