Minor grammar and html fixes.
authorDan Gohman <gohman@apple.com>
Fri, 26 Mar 2010 19:51:14 +0000 (19:51 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 26 Mar 2010 19:51:14 +0000 (19:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99644 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.html

index f5c08786c44eae214a3223b502a7d521254af205..e6349b1ec82ae904d4abbc33c1dd1500abe0485e 100644 (file)
@@ -1845,8 +1845,8 @@ void printNextInstruction(Instruction* inst) {
 
 <p>Unfortunately, these implicit conversions come at a cost; they prevent
 these iterators from conforming to standard iterator conventions, and thus
-from being usable with standard algorithms and containers. For example, it
-prevents the following code, where <tt>B</tt> is a <tt>BasicBlock</tt>,
+from being usable with standard algorithms and containers. For example, they
+prevent the following code, where <tt>B</tt> is a <tt>BasicBlock</tt>,
 from compiling:</p>
 
 <div class="doc_code">
@@ -1856,7 +1856,7 @@ from compiling:</p>
 </div>
 
 <p>Because of this, these implicit conversions may be removed some day,
-and <tt>operator*</tt> changed to return a pointer instead of a reference.
+and <tt>operator*</tt> changed to return a pointer instead of a reference.</p>
 
 </div>