Skip to content

Commit

Permalink
Expand the remark on slashes in paths.
Browse files Browse the repository at this point in the history
Previous commit with suggestions from reviewer made me look at this
line again and realize it was *too* specific.
  • Loading branch information
warpfork committed Feb 27, 2020
1 parent 1e3e2ff commit 8093be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion path.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import (
// 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!)
//
// 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
// 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
Expand Down

0 comments on commit 8093be7

Please sign in to comment.