File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ( ) ;
You can’t perform that action at this time.
0 commit comments