Skip to content

Commit 06475af

Browse files
authored
Merge pull request #353 from jakirkham/fix_missing_backslash
Fix missing backslash in docs
2 parents 7c283df + 3299c42 commit 06475af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec/v2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ keys like "foo/bar/0.0", "foo/bar/0.1", etc.
253253
To ensure consistent behaviour across different storage systems, logical paths
254254
MUST be normalized as follows:
255255

256-
* Replace all backward slash characters ("\\") with forward slash characters
256+
* Replace all backward slash characters ("\\\\") with forward slash characters
257257
("/")
258258
* Strip any leading "/" characters
259259
* Strip any trailing "/" characters

0 commit comments

Comments
 (0)