diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index fae99d6cd71..d98573e253a 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -2365,7 +2365,7 @@ 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, ConstantArray etc for representing +is subclassed by ConstantInt, ConstantArray, etc. for representing the various types of Constants.

@@ -2381,12 +2381,16 @@ the various types of Constants.

Important Subclasses of Constant
-
  • ConstantBool : This represents a boolean constant.