Skip to content

Commit 02395a9

Browse files
committed
Fix error message
1 parent 4648d6a commit 02395a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/diagnosticMessages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2730,7 +2730,7 @@
27302730
"category": "Error",
27312731
"code": 2775
27322732
},
2733-
"Assertions require the call target to be an identifier or qualified-name.": {
2733+
"Assertions require the call target to be an identifier or qualified name.": {
27342734
"category": "Error",
27352735
"code": 2776
27362736
},

0 commit comments

Comments
 (0)