Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 99785e4

Browse filesBrowse files
amilajackruyadorno
authored andcommitted
doc: fix minor punctuation issue in path.md
PR-URL: #35127 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 12f2934 commit 99785e4
Copy full SHA for 99785e4

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/path.md‎

Copy file name to clipboardExpand all lines: doc/api/path.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ For instance, given the sequence of path segments: `/foo`, `/bar`, `baz`,
495495
calling `path.resolve('/foo', '/bar', 'baz')` would return `/bar/baz`
496496
because `'baz'` is not an absolute path but `'/bar' + '/' + 'baz'` is.
497497

498-
If after processing all given `path` segments an absolute path has not yet
498+
If, after processing all given `path` segments, an absolute path has not yet
499499
been generated, the current working directory is used.
500500

501501
The resulting path is normalized and trailing slashes are removed unless the

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.