mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Replace Right Single Quotation Mark with Single Quote
This commit is contained in:
@@ -42,7 +42,7 @@ export function evaluateMathExpression(): Thenable<boolean> {
|
||||
}
|
||||
} catch (err) {
|
||||
vscode.window.showErrorMessage('Could not evaluate expression');
|
||||
// Ignore error since most likely it’s because of non-math expression
|
||||
// Ignore error since most likely it's because of non-math expression
|
||||
console.warn('Math evaluation error', err);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user