File tree 1 file changed +2
-2
lines changed
_specifications/lsp/3.17/language
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ export interface RelatedFullDocumentDiagnosticReport extends
230
230
* Diagnostics of related documents. This information is useful
231
231
* in programming languages where code in a file A can generate
232
232
* diagnostics in a file B which A depends on. An example of
233
- * such a language is C/C++ where marco definitions in a file
233
+ * such a language is C/C++ where macro definitions in a file
234
234
* a.cpp and result in errors in a header file b.hpp.
235
235
*
236
236
* @since 3.17.0
@@ -256,7 +256,7 @@ export interface RelatedUnchangedDocumentDiagnosticReport extends
256
256
* Diagnostics of related documents. This information is useful
257
257
* in programming languages where code in a file A can generate
258
258
* diagnostics in a file B which A depends on. An example of
259
- * such a language is C/C++ where marco definitions in a file
259
+ * such a language is C/C++ where macro definitions in a file
260
260
* a.cpp and result in errors in a header file b.hpp.
261
261
*
262
262
* @since 3.17.0
You can’t perform that action at this time.
0 commit comments