Merge pull request #27517 from brandonmbanks/typo-comments

fix typo in performance mark name
This commit is contained in:
Ryan Cavanaugh
2018-10-03 09:41:11 -07:00
committed by GitHub
7 changed files with 14 additions and 14 deletions

View File

@@ -220,7 +220,7 @@ namespace ts {
}
if (extendedDiagnostics) {
performance.mark("beginEmitBodyWithDetachedCommetns");
performance.mark("beginEmitBodyWithDetachedComments");
}
if (!skipTrailingComments) {
@@ -231,7 +231,7 @@ namespace ts {
}
if (extendedDiagnostics) {
performance.measure("commentTime", "beginEmitBodyWithDetachedCommetns");
performance.measure("commentTime", "beginEmitBodyWithDetachedComments");
}
}