Skip to content

Commit dea02a1

Browse files
zimeonAndrew Woods
authored and
Andrew Woods
committed
Clarify that version numbering is in base 10
1 parent 721b37c commit dea02a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

draft/spec/index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,9 @@ <h2>Object Conformance Declaration</h2>
368368
<h2>Version Directories</h2>
369369
<p>
370370
OCFL Object content MUST be stored as a sequence of one or more versions. Each object version is stored in a
371-
version directory under the object root. The sequence of version numbers is the sequence of positive
372-
integers: 1, 2, 3, etc., and the version directory name is constructed by adding the prefix <code>v</code>.
371+
version directory under the object root. The sequence of version numbers is the sequence of positive,
372+
base-ten integers: 1, 2, 3, etc., and the version directory name is constructed by adding the prefix
373+
<code>v</code>.
373374
</p>
374375
<p>
375376
Implementations SHOULD use version directory names constructed without zero-padding the

0 commit comments

Comments
 (0)