fix validation error, stray closing a
authorFrederick Hirsch <frederick.hirsch@nokia.com>
Wed, 19 Feb 2014 17:47:25 -0500
changeset 502 12f566dab4bb
parent 501 9bff8d619cf2
child 503 d17a6afd4af8
fix validation error, stray closing a
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>