We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470909e commit 9169ec6Copy full SHA for 9169ec6
cpp/report/src/Diagnostics/ExtractionErrors.qll
@@ -60,10 +60,10 @@ class ExtractionError extends TExtractionError {
60
/** Gets the error message for this error. */
61
string getErrorMessage() { none() }
62
63
- /** Gets the file this error occured in. */
+ /** Gets the file this error occurred in. */
64
File getFile() { none() }
65
66
- /** Gets the location this error occured in. */
+ /** Gets the location this error occurred in. */
67
Location getLocation() { none() }
68
69
/** Gets the SARIF severity of this error. */
0 commit comments