Skip to content

Commit 1834403

Browse files
authored
Replace HTTP entity
The code formatting operator correctly translate to HTTP entities.
1 parent 8c09032 commit 1834403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/Type.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ class Type extends Locatable, @type {
274274

275275
/**
276276
* Gets this type with any typedefs resolved. For example, given
277-
* `typedef C T`, this would resolve `const T&` to `const C&`.
277+
* `typedef C T`, this would resolve `const T&` to `const C&`.
278278
* Note that this will only work if the resolved type actually appears
279279
* on its own elsewhere in the program.
280280
*/

0 commit comments

Comments
 (0)