$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r83087 - sandbox/type_erasure/libs/type_erasure/doc
From: steven_at_[hidden]
Date: 2013-02-22 13:10:53
Author: steven_watanabe
Date: 2013-02-22 13:10:53 EST (Fri, 22 Feb 2013)
New Revision: 83087
URL: http://svn.boost.org/trac/boost/changeset/83087
Log:
Typo
Text files modified: 
   sandbox/type_erasure/libs/type_erasure/doc/type_erasure.qbk |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/type_erasure/libs/type_erasure/doc/type_erasure.qbk
==============================================================================
--- sandbox/type_erasure/libs/type_erasure/doc/type_erasure.qbk	(original)
+++ sandbox/type_erasure/libs/type_erasure/doc/type_erasure.qbk	2013-02-22 13:10:53 EST (Fri, 22 Feb 2013)
@@ -88,7 +88,7 @@
   The body of a template has to be available
   in every translation unit in which it is used,
   slowing down compiles and increasing rebuilds.
-* Virtual function automatically make the requirements
+* Virtual functions automatically make the requirements
   on the aruments explicit.  Templates are only
   checked when they're instantiated, requiring
   extra work in testing, assertions, and documentation.