Skip to content

Commit c95ae34

Browse files
c33stphoney
authored andcommitted
fixed wrong comment in unixpath.pp (#862)
* fixed wrong comment in unixpath.pp * removed the comment about "."
1 parent 20fc317 commit c95ae34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/unixpath.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# this regex rejects any path component that is a / or a NUL
1+
# this regex rejects any path component that does not start with "/" or is NUL
22
type Stdlib::Unixpath = Pattern[/^\/([^\/\0]+\/*)*$/]

0 commit comments

Comments
 (0)