Skip to content

Commit 802046a

Browse files
committed
Fix documentation markup in </>
1 parent 078f1a0 commit 802046a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

System/FilePath/Internal.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ combineAlways a b | null a = b
683683
-- On Windows, if a filepath starts with a single slash, it is relative to the
684684
-- root of the current drive. In [1], this is (confusingly) referred to as an
685685
-- absolute path.
686-
-- The current behavior of @</>@ is to never combine these forms.
686+
-- The current behavior of '</>' is to never combine these forms.
687687
--
688688
-- > Windows: "home" </> "/bob" == "/bob"
689689
-- > Windows: "home" </> "\\bob" == "\\bob"
@@ -692,7 +692,7 @@ combineAlways a b | null a = b
692692
-- On Windows, from [1]: "If a file name begins with only a disk designator
693693
-- but not the backslash after the colon, it is interpreted as a relative path
694694
-- to the current directory on the drive with the specified letter."
695-
-- The current behavior of @</>@ is to never combine these forms.
695+
-- The current behavior of '</>' is to never combine these forms.
696696
--
697697
-- > Windows: "D:\\foo" </> "C:bar" == "C:bar"
698698
-- > Windows: "C:\\foo" </> "C:bar" == "C:bar"

0 commit comments

Comments
 (0)