mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
fix spelling of 'iff' and 'idenifier' (#32401)
* fix spelling of 'iff' and 'idenifier' * Keep 'iff' in comment if it means *if and only if*
This commit is contained in:
committed by
Benjamin Pasero
parent
a16000f2b4
commit
b104c7d0f8
@@ -149,7 +149,7 @@ export class ExtHostDocumentSaveParticipant extends ExtHostDocumentSaveParticipa
|
||||
}
|
||||
}
|
||||
|
||||
// apply edits iff any and iff document
|
||||
// apply edits if any and if document
|
||||
// didn't change somehow in the meantime
|
||||
if (edits.length === 0) {
|
||||
return undefined;
|
||||
|
||||
Reference in New Issue
Block a user