- From: Mercurial notifier <cvsmail@w3.org>
- Date: Wed, 19 Feb 2014 22:47:34 +0000
- To: public-dap-commits@w3.org
changeset: 502:12f566dab4bb
tag: tip
user: Frederick Hirsch <frederick.hirsch@nokia.com>
date: Wed Feb 19 17:47:25 2014 -0500
files: discovery-api/WD_20140220.html
description:
fix validation error, stray closing a
diff -r 9bff8d619cf2 -r 12f566dab4bb discovery-api/WD_20140220.html
--- a/discovery-api/WD_20140220.html Wed Feb 19 17:42:27 2014 -0500
+++ b/discovery-api/WD_20140220.html Wed Feb 19 17:47:25 2014 -0500
@@ -1044,7 +1044,7 @@
title="MUST">MUST</em> run the following steps:
</p>
<ol class="rule">
- <li>Let <var>Network Service Promise</var> be a new <code>Promise</code></a> object.
+ <li>Let <var>Network Service Promise</var> be a new <code>Promise</code> object.
</li>
<li>Let <var>Network Service Promise's Resolver</var> be the default resolver of <var>Network Service Promise</var>.
</li>
@@ -1211,7 +1211,7 @@
</li>
<li>The <a href="#dfn-user-agent"
class="internalDFN">user agent</a> <em class="rfc2119"
- title="MUST">MUST</em> fulfill <var>Network Service Promise</var> by running the resolver fulfill algorithm</a> against the <var>Network Service Promise's
+ title="MUST">MUST</em> fulfill <var>Network Service Promise</var> by running the resolver fulfill algorithm against the <var>Network Service Promise's
Resolver</var>, passing in <var>services manager</var> as its argument.
</li>
</ol>
Received on Wednesday, 19 February 2014 22:47:35 UTC