- From: Richard Tibbett via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 18 Feb 2010 18:29:00 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv5217
Modified Files:
Overview.html
Log Message:
ContactAddress.value is not plural
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- Overview.html 18 Feb 2010 18:25:42 -0000 1.44
+++ Overview.html 18 Feb 2010 18:28:58 -0000 1.45
@@ -597,7 +597,7 @@
<h2><a>ContactAddress</a> interface</h2>
<p>
The ContactAddress interface is a reusable component that is used to support contact addresses within the <a href='#contactproperties-interface'><code>ContactProperties</code></a> interface.
- It defines an optional <a href='#widl-ContactAddress-types'><code>types</code></a> parameter that can be provided with an <a href='#address-interface'><code>Address</code></a> <a href='#widl-ContactAddress-value'><code>value</code>(s)</a>.
+ It defines an optional <a href='#widl-ContactAddress-types'><code>types</code></a> parameter that can be provided with an <a href='#address-interface'><code>Address</code></a> <a href='#widl-ContactAddress-value'><code>value</code></a>.
</p>
<dl title='[NoInterfaceObject] interface ContactAddress' class='idl'>
<dt>
@@ -610,7 +610,7 @@
attribute Address value
</dt>
<dd>
- One or more address for the user.
+ An address for the current object.
</dd>
</dl>
</section>
Received on Thursday, 18 February 2010 18:29:01 UTC