Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Seggan committed Nov 21, 2023
1 parent 339c1ae commit 9b04750
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/lang/std/index.papyri
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This module provides various functions for performing mathematical operations.
@h3 @href(`os`) os
This module provides functions for interacting with the operating system.

@h3 @href(`path`) path
@h3 @href(`paths`) paths
This module provides functions for manipulating paths, and reading and writing files.

@h3 @href(`random`) random
Expand Down
6 changes: 3 additions & 3 deletions docs/lang/std/path.papyri → docs/lang/std/paths.papyri
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@include `metis.lib`

@page(`The path module`)...
@page(`The paths module`)...

@h1 { The `path` module }
@h1 { The `paths` module }

The `path` module provides utilities for working with file and directory paths. It also provides
The `paths` module provides utilities for working with file and directory paths. It also provides
functions for reading and writing files.

@h2 { Fields }
Expand Down

0 comments on commit 9b04750

Please sign in to comment.