Skip to content

Commit d908774

Browse files
committed
Change "a absolute" to "an absolute"
This was introduced by an earlier edit fixing "an relative" but it also incorrectly changed "an absolute".
1 parent 2dacaff commit d908774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

working-draft.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ <h4>8.4.3 <a name="path-appends"><code>path</code> appends</a>
13461346
Appends <code>path::preferred_separator</code> to <code>pathname</code> unless:<ul>
13471347
<li para_num="4">an added separator
13481348
would be redundant, or</li>
1349-
<li para_num="5">would change a relative path to a absolute path
1349+
<li para_num="5">would change a relative path to an absolute path
13501350
[<i>Note</i>: An empty path is relative. — <i>end note</i>], or</li>
13511351
<li para_num="6"><code>p.empty()</code>, or</li>
13521352
<li para_num="7"><code>*p.native().cbegin()</code> is a directory separator.</li>

0 commit comments

Comments
 (0)