2012-01-12  Farid Zaripov  <faridz@apache.org>

	STDCXX-1047
	* stdlibref/basic-string.html: Added missing '&' character in reference type.

git-svn-id: https://svn.apache.org/repos/asf/stdcxx/trunk@1230288 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doc/stdlibref/basic-string.html b/doc/stdlibref/basic-string.html
index 7ef60a3..aed1894 100644
--- a/doc/stdlibref/basic-string.html
+++ b/doc/stdlibref/basic-string.html
@@ -1336,7 +1336,7 @@
 
 <A NAME="idx390"></A><PRE>
 template &lt;class Stream, class charT, class traits, class Allocator&gt;
-basic_istream&lt;charT, traits&gt;
+basic_istream&lt;charT, traits&gt;&amp;
 <B>getline</B>(basic_istream&lt;charT, traits&gt; is, 
          basic_string&lt;charT, traits allocator&gt; &amp;str, charT delim);</PRE>
 <UL>