Skip to content

Commit

Permalink
Merge pull request #2802 from quickfur/pr2791_fixup
Browse files Browse the repository at this point in the history
Fix typo in PR 2791.
  • Loading branch information
WalterBright committed Dec 19, 2014
2 parents 27615f1 + 5265bb1 commit 3c914b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/path.d
Expand Up @@ -1146,7 +1146,7 @@ unittest
while at the same time resolving current/parent directory
symbols ($(D ".") and $(D "..")) and removing superfluous
directory separators.
It will return "." is the path leads to the starting directory.
It will return "." if the path leads to the starting directory.
On Windows, slashes are replaced with backslashes.
Using buildNormalizedPath on null paths will always return null.
Expand Down

0 comments on commit 3c914b2

Please sign in to comment.