Commit 8093be74 authored by Eric Myhre's avatar Eric Myhre

Expand the remark on slashes in paths.

Previous commit with suggestions from reviewer made me look at this
line again and realize it was *too* specific.
parent 1e3e2ff4
...@@ -43,7 +43,7 @@ import ( ...@@ -43,7 +43,7 @@ import (
// in serialized data in the wild where an empty string is used as the key: // in serialized data in the wild where an empty string is used as the key:
// it is important we be able to correctly describe and address this!) // it is important we be able to correctly describe and address this!)
// //
// A string of "/" is a valid PathSegment. // A string containing "/" (or even being simply "/"!) is a valid PathSegment.
// (As with empty strings, this is unfortunate (in particular, because it // (As with empty strings, this is unfortunate (in particular, because it
// very much doesn't match up well with expectations popularized by UNIX-like // very much doesn't match up well with expectations popularized by UNIX-like
// filesystems); but, as with empty strings, maps which contain such a key // filesystems); but, as with empty strings, maps which contain such a key
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment