Skip to content

Commit

Permalink
Forbib trailing slash on logical path (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeon authored Mar 31, 2020
1 parent 4d73d4c commit e0132d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft/spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -707,8 +707,8 @@ <h2>Version</h2>
provide for path safety in the common case of the logical path value representing a file
path. The logical path MUST be interpreted as a set of one or more path elements joined by
a <code>/</code> path separator. Path elements MUST NOT be <code>.</code>, <code>..</code>,
or empty (<code>//</code>). Additionally, a logical path MUST NOT begin with a leading
<code>/</code>.
or empty (<code>//</code>). Additionally, a logical path MUST NOT begin or end with a
forward slash (<code>/</code>).
</p>
<blockquote class="informative">
<p>
Expand Down

0 comments on commit e0132d0

Please sign in to comment.