Skip to content

Commit 599c6e1

Browse files
committed
clarify basename path splitting
1 parent c77c3f0 commit 599c6e1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

v1.0/Process.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ $graph:
129129
type: string?
130130
doc: |
131131
The name of the directory containing file, that is, the path leading up
132-
to the final slash in the path such that `dirname + '/' + basename =
132+
to the final slash in the path such that `dirname + '/' + basename ==
133133
path`.
134134
135135
The implementation must set this field based on the value of `path`
@@ -141,8 +141,9 @@ $graph:
141141
doc: |
142142
The basename root such that `nameroot + nameext == basename`, and
143143
`nameext` is empty or begins with a period and contains at most one
144-
period. Leading periods on the basename are ignored; a basename of
145-
`.cshrc` will have a nameroot of `.cshrc`.
144+
period. For the purposess of path splitting leading periods on the
145+
basename are ignored; a basename of `.cshrc` will have a nameroot of
146+
`.cshrc`.
146147
147148
The implementation must set this field automatically based on the value
148149
of `basename` prior to evaluating parameter references or expressions.

0 commit comments

Comments
 (0)