|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r50917 - trunk/libs/numeric/ublas/doc
From: guwi17_at_[hidden]
Date: 2009-01-30 16:19:38
Author: guwi17
Date: 2009-01-30 16:19:38 EST (Fri, 30 Jan 2009)
New Revision: 50917
URL: http://svn.boost.org/trac/boost/changeset/50917
Log:
* see #2691
* fixed typos
* need still some time to think about the "is mutable" comment
Text files modified:
trunk/libs/numeric/ublas/doc/container_concept.htm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/libs/numeric/ublas/doc/container_concept.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/container_concept.htm (original)
+++ trunk/libs/numeric/ublas/doc/container_concept.htm 2009-01-30 16:19:38 EST (Fri, 30 Jan 2009)
@@ -110,7 +110,7 @@
<td>Storage</td>
<td><code>v.data()</code></td>
<td><code>v</code> is mutable and Dense.</td>
-<td><code>array_type&</code> if a is mutable, <code>const array_type&</code> otherwise</td>
+<td><code>array_type&</code> if <code>v</code> is mutable, <code>const array_type&</code> otherwise</td>
</tr>
</tbody>
</table>
@@ -307,7 +307,7 @@
<td>Storage</td>
<td><code>m.data()</code></td>
<td><code>m</code> is mutable and Dense.</td>
-<td><code>array_type&</code> if a is mutable, <code>const array_type&</code> otherwise</td>
+<td><code>array_type&</code> if <code>m</code> is mutable, <code>const array_type&</code> otherwise</td>
</tr>
</tbody>
</table>
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