diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 88db133bffe..741d66b3868 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -1748,8 +1748,7 @@ types.

return false as they do with isSigned. This returns true for UByteTy, UShortTy, UIntTy, and ULongTy. -
  • bool isInteger() const: Equilivent to isSigned() || isUnsigned(), - but with only a single virtual function invocation.
  • +
  • bool isInteger() const: Equivalent to isSigned() || isUnsigned().
  • bool isIntegral() const: Returns true if this is an integral type, which is either Bool type or one of the Integer types.