C++: Fix Code Scanning error.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-02-15 11:51:55 +00:00
parent c11218fcde
commit 2203eb6607

View File

@@ -839,7 +839,7 @@ private newtype TContentApprox =
/** An approximated `Content`. */
class ContentApprox extends TContentApprox {
string toString() { none() } // overriden in subclasses
string toString() { none() } // overridden in subclasses
}
private class FieldApproxContent extends ContentApprox, TFieldApproxContent {