diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index 81e37f7e1b5..9ecafe5dc5f 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -1642,11 +1642,7 @@ the lib/VMCore directory.
- - bool isInteger() const: Returns true for any integer type except
- a one-bit integer (i1).
-
- - bool isIntegral() const: Returns true for any integer type
- including a one-bit integer.
+ - bool isInteger() const: Returns true for any integer type.
- bool isFloatingPoint(): Return true if this is one of the two
floating point types.