Replace HTTP entity

The code formatting operator correctly translate to HTTP entities.
This commit is contained in:
Remco Vermeulen
2021-01-26 14:14:42 +01:00
committed by GitHub
parent 8c09032d1d
commit 1834403148

View File

@@ -274,7 +274,7 @@ class Type extends Locatable, @type {
/**
* Gets this type with any typedefs resolved. For example, given
* `typedef C T`, this would resolve `const T&` to `const C&`.
* `typedef C T`, this would resolve `const T&` to `const C&`.
* Note that this will only work if the resolved type actually appears
* on its own elsewhere in the program.
*/