Skip to content

Commit 3299c42

Browse files
committed
Fix missing backslash in docs [ci skip]
1 parent 7c283df commit 3299c42

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)