From ecb0b4478bd4228d4b881fc5e5a128f238ae8940 Mon Sep 17 00:00:00 2001
From: Peter Dimov
Date: Thu, 9 May 2002 11:16:29 +0000
Subject: [PATCH] Typo fixed.
[SVN r13770]
---
shared_ptr.htm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shared_ptr.htm b/shared_ptr.htm
index fc9df88..be047d7 100644
--- a/shared_ptr.htm
+++ b/shared_ptr.htm
@@ -408,7 +408,7 @@ q = p;
pointer of choice for a wide range of applications. (Those interested in policy
based smart pointers should read
Modern C++ Design by Andrei Alexandrescu.)
- Q. I am not convinced. Default parameters can be use where appropriate to
+
Q. I am not convinced. Default parameters can be used where appropriate to
hide the complexity. Again, why not policies?
A. Template parameters affect the type. See the answer to the first
question above.