Skip to content
This repository was archived by the owner on Mar 22, 2021. It is now read-only.

Commit 1f319f0

Browse files
authored
Fix typo in README.md (#2)
1 parent c1e1bb4 commit 1f319f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ This function wraps [System.FilePath.splitDirectories](https://hackage.haskell.o
393393

394394
#### join_path
395395

396-
`join_path(filepath)`
396+
`join_path(filepaths)`
397397

398398
Join path elements back together by the directory separator.
399399

@@ -403,8 +403,8 @@ joinPath({"/","directory/","file.ext"}) == "/directory/file.ext"
403403

404404
Parameters:
405405

406-
`filepath`
407-
: path
406+
`filepaths`
407+
: list of paths
408408

409409
Returns:
410410

0 commit comments

Comments
 (0)