diff options
Diffstat (limited to 'docs/markdown/Fs-module.md')
| -rw-r--r-- | docs/markdown/Fs-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Fs-module.md b/docs/markdown/Fs-module.md index bf9ddba9d..f136bb904 100644 --- a/docs/markdown/Fs-module.md +++ b/docs/markdown/Fs-module.md @@ -228,7 +228,7 @@ fs.stem('foo/bar/baz.dll.a') # baz.dll *Since 1.3.0* -Return a relative filepath. In event a relative path could not be found, the +Return a relative filepath. In the event a relative path could not be found, the absolute path of `to` is returned. Relative path arguments will be assumed to be relative to `meson.current_source_dir()`. |
