Skip to content

Commit 7a008ff

Browse files
authored
fix line length issue (#677)
1 parent 8c46af8 commit 7a008ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

draft/implementation-notes/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,8 +586,8 @@ layout to an OCFL Storage Root.
586586
the Workspace that is the same as its eventual storage path in the OCFL Storage Root. This means that it is easy for
587587
clients to determine if an object is being updated and also provides a mechanism to implement objects with mutable
588588
current versions without violating OCFL assumptions. When updating an OCFL Object, it is useful to make a copy of the
589-
inventory of the most recent stable version of the object in this directory when it is created at the start of the update
590-
operation.
589+
inventory of the most recent stable version of the object in this directory when it is created at the start of the
590+
update operation.
591591

592592
* Version Assembly Directory: In this case, one version assembly directory should exist per OCFL Object at any time and
593593
updates to it should be managed by a single controlling process to avoid conflicts. If updates to multiple objects, or

0 commit comments

Comments
 (0)