We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c09032 commit 1834403Copy full SHA for 1834403
cpp/ql/src/semmle/code/cpp/Type.qll
@@ -274,7 +274,7 @@ class Type extends Locatable, @type {
274
275
/**
276
* Gets this type with any typedefs resolved. For example, given
277
- * `typedef C T`, this would resolve `const T&` to `const C&`.
+ * `typedef C T`, this would resolve `const T&` to `const C&`.
278
* Note that this will only work if the resolved type actually appears
279
* on its own elsewhere in the program.
280
*/
0 commit comments