Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53674 - trunk/libs/numeric/ublas/doc
From: daniel_james_at_[hidden]
Date: 2009-06-06 06:32:05


Author: danieljames
Date: 2009-06-06 06:32:04 EDT (Sat, 06 Jun 2009)
New Revision: 53674
URL: http://svn.boost.org/trac/boost/changeset/53674

Log:
Fix a couple of typos in the ublas documentation. Fixes #3056, #3057.
Text files modified:
   trunk/libs/numeric/ublas/doc/overview.htm | 2 +-
   trunk/libs/numeric/ublas/doc/types_overview.htm | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/numeric/ublas/doc/overview.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/overview.htm (original)
+++ trunk/libs/numeric/ublas/doc/overview.htm 2009-06-06 06:32:04 EDT (Sat, 06 Jun 2009)
@@ -593,7 +593,7 @@
 
 <h2>Storage Layout</h2>
 
-<p>uBLAS supports may different storage layouts. The full details can be
+<p>uBLAS supports many different storage layouts. The full details can be
 found at the Overview of Types. Most types like
 <code>vector&lt;double&gt;</code> and <code>matrix&lt;double&gt;</code> are
 by default compatible to C arrays, but can also be configured to contain

Modified: trunk/libs/numeric/ublas/doc/types_overview.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/types_overview.htm (original)
+++ trunk/libs/numeric/ublas/doc/types_overview.htm 2009-06-06 06:32:04 EDT (Sat, 06 Jun 2009)
@@ -103,7 +103,7 @@
 <td>a sparse vector of values of type <code>T</code> of variable
 size. The non zero values are stored as two seperate arrays - an
 index array and a value array. The index array is always sorted and
-the is at most one entry for each index.</td>
+there is at most one entry for each index.</td>
 </tr>
 <tr>
 <td><code>coordinate_vector&lt;T [,IB, IA, TA]&gt;<br />&nbsp;&nbsp; v(size);</code></td>


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