File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ $graph:
129
129
type : string?
130
130
doc : |
131
131
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 ==
133
133
path`.
134
134
135
135
The implementation must set this field based on the value of `path`
@@ -141,8 +141,9 @@ $graph:
141
141
doc : |
142
142
The basename root such that `nameroot + nameext == basename`, and
143
143
`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`.
146
147
147
148
The implementation must set this field automatically based on the value
148
149
of `basename` prior to evaluating parameter references or expressions.
You can’t perform that action at this time.
0 commit comments