git-svn-id: https://svn.webkit.org/repository/webkit/trunk@20482
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-03-24 Darin Adler <darin@apple.com>
+
+ * coding/RefPtr.html: "smart pointer" -> "smart pointers"
+
2007-03-24 Darin Adler <darin@apple.com>
* coding/RefPtr.html: Added. First draft of a document about RefPtr.
<h2>Raw pointers</h2>
-<p>When discussing smart pointer such as the <span class="class">RefPtr</span>
+<p>When discussing smart pointers such as the <span class="class">RefPtr</span>
class template we use the term raw pointer to refer to the C++ language’s built in pointer type.
Here’s the canonical setter function, written with raw pointers:</p>