Skip to content

Commit

Permalink
Fix typo in PR 2791.
Browse files Browse the repository at this point in the history
  • Loading branch information
H. S. Teoh committed Dec 19, 2014
1 parent 27615f1 commit 5265bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/path.d
Original file line number Diff line number Diff line change
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 5265bb1

Please sign in to comment.