|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r68291 - trunk/libs/parameter/doc/html
From: marshall_at_[hidden]
Date: 2011-01-19 10:32:55
Author: marshall
Date: 2011-01-19 10:32:54 EST (Wed, 19 Jan 2011)
New Revision: 68291
URL: http://svn.boost.org/trac/boost/changeset/68291
Log:
Fix typo in parameter doc, refs #4983
Text files modified:
trunk/libs/parameter/doc/html/index.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/libs/parameter/doc/html/index.html
==============================================================================
--- trunk/libs/parameter/doc/html/index.html (original)
+++ trunk/libs/parameter/doc/html/index.html 2011-01-19 10:32:54 EST (Wed, 19 Jan 2011)
@@ -508,7 +508,7 @@
(required <strong>(graph, *)</strong> )
</pre>
<p class="compound-last">Since <tt class="docutils literal"><span class="pre">depth_first_search</span></tt> doesn't require any particular type
-for its <tt class="docutils literal"><span class="pre">graph</span></tt> parameter, we use an asterix to indicate that
+for its <tt class="docutils literal"><span class="pre">graph</span></tt> parameter, we use an asterisk to indicate that
any type is allowed. Required parameters must always precede any
optional parameters in a signature, but if there are <em>no</em>
required parameters, the <tt class="docutils literal"><span class="pre">(required</span> <span class="pre">â¦</span> <span class="pre">)</span></tt> clause can be omitted
@@ -791,7 +791,7 @@
of metafunctions or of graph library details here, but we'll show
you the complete signature with maximal checking, just to give you
a feel for how it's done. Each predicate metafunction is enclosed
-in parentheses <em>and preceded by an asterix</em>, as follows:</p>
+in parentheses <em>and preceded by an asterisk</em>, as follows:</p>
<pre class="literal-block">
BOOST_PARAMETER_FUNCTION(
(void), depth_first_search, graphs
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk