mirror of
https://github.com/boostorg/utility.git
synced 2025-07-29 20:37:32 +02:00
fixed some typos
[SVN r17052]
This commit is contained in:
@ -472,7 +472,7 @@ Semantics
|
||||
|
||||
<TR>
|
||||
<TD VAlign=top>
|
||||
Font
|
||||
Front
|
||||
</TD>
|
||||
<TD VAlign=top>
|
||||
<tt>a.front()</tt>
|
||||
@ -482,7 +482,7 @@ Font
|
||||
otherwise.
|
||||
</TD>
|
||||
<TD VAlign=top>
|
||||
Equivalent to <tt>*(a.first())</tt>.
|
||||
Equivalent to <tt>*(a.begin())</tt>.
|
||||
</TD>
|
||||
</TR>
|
||||
|
||||
|
Reference in New Issue
Block a user