Skip to content

Commit 6c89881

Browse files
jensmaurertkoeppe
authored andcommitted
[fs.path.decompose] 'root-path' is not a grammar non-terminal (#1864)
Use the function call root_path() instead.
1 parent f99a2cc commit 6c89881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12190,7 +12190,7 @@
1219012190
\pnum
1219112191
\returns A \tcode{path} composed from the pathname in the generic format,
1219212192
if \tcode{empty()} is \tcode{false}, beginning
12193-
with the first \grammarterm{filename} after \grammarterm{root-path}. Otherwise, \tcode{path()}.
12193+
with the first \grammarterm{filename} after \tcode{root_path()}. Otherwise, \tcode{path()}.
1219412194
\end{itemdescr}
1219512195

1219612196
\indexlibrarymember{parent_path}{path}%

0 commit comments

Comments
 (0)