Skip to content

Commit 6bca411

Browse files
edrioukCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent a61e5ce commit 6bca411

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/solutions/solution-rpc-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface SolutionRpcData {
3737
/**
3838
* Returns variables for given context
3939
* @param context resolving context
40-
* @return ke-value map of variables, key is surrounded with '$'chars
40+
* @return key-value map of variables, key is surrounded with '$' chars
4141
*/
4242
getVariables(context: string): Map<string, string> | undefined;
4343

0 commit comments

Comments
 (0)