diff options
Diffstat (limited to 'docs/ProgrammersManual.html')
-rw-r--r-- | docs/ProgrammersManual.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 88db133bff..741d66b386 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -1748,8 +1748,7 @@ types.</p> return false as they do with isSigned. This returns true for UByteTy, UShortTy, UIntTy, and ULongTy. </li> - <li><tt>bool isInteger() const</tt>: Equilivent to isSigned() || isUnsigned(), - but with only a single virtual function invocation.</li> + <li><tt>bool isInteger() const</tt>: Equivalent to isSigned() || isUnsigned().</li> <li><tt>bool isIntegral() const</tt>: Returns true if this is an integral type, which is either Bool type or one of the Integer types.</li> |