Replace Right Single Quotation Mark with Single Quote

This commit is contained in:
Alex Dima
2021-11-03 22:09:26 +01:00
parent 1aa9a712d1
commit 3247c31f6a
8 changed files with 16 additions and 16 deletions

View File

@@ -42,7 +42,7 @@ export function evaluateMathExpression(): Thenable<boolean> {
}
} catch (err) {
vscode.window.showErrorMessage('Could not evaluate expression');
// Ignore error since most likely its because of non-math expression
// Ignore error since most likely it's because of non-math expression
console.warn('Math evaluation error', err);
}
});