diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index f6854078b6c..bc09ca957d0 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -3856,7 +3856,7 @@ doxygen info: BasicBlock
Class
Superclass: Value
This class represents a single entry multiple exit section of the code, +
This class represents a single entry single exit section of the code, commonly known as a basic block by the compiler community. The BasicBlock class maintains a list of Instructions, which form the body of the block.