Skip to content

Commit 369e566

Browse files
Apply suggestions from code review
Can you tell I copied and pasted this bit? :) Co-authored-by: Allison Chou <[email protected]>
1 parent f3e2c0f commit 369e566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/razor/src/document/razorDocumentManager.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export class RazorDocumentManager implements IRazorDocumentManager {
245245
const csharpProjectedDocument = projectedDocument as CSharpProjectedDocument;
246246

247247
// If the language server is telling us that the previous document was empty, then we should clear
248-
// ours out. Hopefully outs would have been empty too, but there are cases where things get out of
248+
// ours out. Hopefully ours would have been empty too, but there are cases where things get out of
249249
// sync
250250
if (updateBufferRequest.previousWasEmpty && projectedDocument.length !== 0) {
251251
this.telemetryReporter.reportBuffersOutOfSync();
@@ -288,7 +288,7 @@ export class RazorDocumentManager implements IRazorDocumentManager {
288288
const htmlProjectedDocument = projectedDocument as HtmlProjectedDocument;
289289

290290
// If the language server is telling us that the previous document was empty, then we should clear
291-
// ours out. Hopefully outs would have been empty too, but there are cases where things get out of
291+
// ours out. Hopefully ours would have been empty too, but there are cases where things get out of
292292
// sync
293293
if (updateBufferRequest.previousWasEmpty && projectedDocument.length !== 0) {
294294
this.telemetryReporter.reportBuffersOutOfSync();

0 commit comments

Comments
 (0)