Skip to content

Commit 9981dc9

Browse files
committed
fs: update stale docs
[no ci]
1 parent 957e3f8 commit 9981dc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/index.html

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cyan/fs.tl

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function fs.normalize(p: string): string
6868
end
6969

7070
---@desc
71-
--- Iterate over the given directory, returning `fs.Path` objects
71+
--- Iterate over the given directory, returning `lexical_path.Path` objects
7272
---
7373
--- By default, will not include paths that start with '.'
7474
function fs.iterate_directory(dir: lexical_path.Path, include_dotfiles?: boolean): function(): lexical_path.Path
@@ -142,7 +142,7 @@ end
142142
---@desc
143143
--- Recursively iterate over the files in a directory, following the provided `include` and `exclude` patterns
144144
---
145-
--- For information on path patterns, see the `Path:match()` method
145+
--- For information on path patterns, see the lexical-path module's documentation
146146
function fs.scan_directory(
147147
dir: lexical_path.Path,
148148
include?: {string | lexical_path.Pattern},

0 commit comments

Comments
 (0)