Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Sabadello <[email protected]>
  • Loading branch information
2 people authored and msporny committed Jun 11, 2020
1 parent 78ffa49 commit a1b2825
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2944,9 +2944,9 @@ <h1>
</h1>

<p>
This section defines the inputs and outputs of the <a>DID resolution</a> and
<a>DID URL dereferencing</a> processes. The exact implementation of these
functions is out of scope for this specification, but some considerations for
This section defines the inputs and outputs of <a>DID resolution</a> and
<a>DID URL dereferencing</a>. These functions are defined in an abstract way.
Their exact implementation is out of scope for this specification, but some considerations for
implementors are discussed in [[?DID-RESOLUTION]].
</p>

Expand All @@ -2964,7 +2964,7 @@ <h2>
The <a>DID resolution</a> function resolves a <a>DID</a> into a <a>DID document</a>
by using the "Read" operation of the applicable <a>DID method</a>. (See <a href="#read-verify"></a>.)
The details of how this process is accomplished are outside the scope of this
specification, but all conformant implementations MUST implement a function in the following form:
specification, but all conformant implementations MUST implement a function which has the following abstract form:
</p>

<p><code>
Expand Down

0 comments on commit a1b2825

Please sign in to comment.