Skip to content

Commit

Permalink
Remove trailing spaces (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeon authored Nov 19, 2020
1 parent 450224d commit 09029d7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions draft/spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -504,12 +504,12 @@ <h2>Content Directory</h2>
<section id="digests">
<h2>Digests</h2>
<p>
A <a>digest</a> plays two roles in an OCFL Object. The first is that digests allow for
content-addressable reference to files within the OCFL Object. That is, the connection between a file's
<a>content path</a> on physical storage and its <a>logical path</a> in a version of the object's content
is made with a digest of its contents, rather than its filename. This use of the content digest
facilitates de-duplication of files with the same content within an object, such as files that are
unchanged from one version to the next. The second role that digests play is provide for fixity checks
A <a>digest</a> plays two roles in an OCFL Object. The first is that digests allow for
content-addressable reference to files within the OCFL Object. That is, the connection between a file's
<a>content path</a> on physical storage and its <a>logical path</a> in a version of the object's content
is made with a digest of its contents, rather than its filename. This use of the content digest
facilitates de-duplication of files with the same content within an object, such as files that are
unchanged from one version to the next. The second role that digests play is provide for fixity checks
to determine whether a file has become corrupt, through hardware degradation or accident for example.
</p>
<p>
Expand Down Expand Up @@ -919,8 +919,8 @@ <h2>Logs Directory</h2>
<p>
The base directory of an OCFL Object MAY contain a directory named <code>logs</code>, which MAY be empty.
Implementers <span id="W012">SHOULD</span> use the <a>logs directory</a> for storing files that contain a
record of actions taken on the object. Since these logs may be subject to local standards requirements,
the format of these logs is considered out-of-scope for the OCFL Object. Clients operating on the object
record of actions taken on the object. Since these logs may be subject to local standards requirements,
the format of these logs is considered out-of-scope for the OCFL Object. Clients operating on the object
MAY log actions here that are not otherwise captured.
</p>
<blockquote class="informative">
Expand Down

0 comments on commit 09029d7

Please sign in to comment.