From 5265bb12885b5b89bcd3260947dac6124939e341 Mon Sep 17 00:00:00 2001 From: "H. S. Teoh" Date: Thu, 18 Dec 2014 20:12:45 -0800 Subject: [PATCH] Fix typo in PR 2791. --- std/path.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/path.d b/std/path.d index 17fe4ed64de..e51a57fa0fc 100644 --- a/std/path.d +++ b/std/path.d @@ -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.