diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index bd797476266..950c937824a 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -2390,8 +2390,8 @@ provide a name for it (probably based on the name of the translation unit).

Constant represents a base class for different types of constants. It -is subclassed by ConstantBool, ConstantInt, ConstantSInt, ConstantUInt, -ConstantArray etc for representing the various types of Constants.

+is subclassed by ConstantBool, ConstantInt, ConstantArray etc for representing +the various types of Constants.

@@ -2406,17 +2406,12 @@ ConstantArray etc for representing the various types of Constants.

Important Subclasses of Constant