fixed some typos

[SVN r17052]
This commit is contained in:
Jeremy Siek 2003-01-27 19:14:18 +00:00
parent fabfb31bf6
commit 04f901e52e

View File

@ -472,7 +472,7 @@ Semantics
<TR> <TR>
<TD VAlign=top> <TD VAlign=top>
Font Front
</TD> </TD>
<TD VAlign=top> <TD VAlign=top>
<tt>a.front()</tt> <tt>a.front()</tt>
@ -482,7 +482,7 @@ Font
otherwise. otherwise.
</TD> </TD>
<TD VAlign=top> <TD VAlign=top>
Equivalent to <tt>*(a.first())</tt>. Equivalent to <tt>*(a.begin())</tt>.
</TD> </TD>
</TR> </TR>