aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2023-08-17 17:50:43 -0400
committerEli Schwartz <eschwartz@archlinux.org>2023-08-17 18:01:41 -0400
commite313f78465f3d3570838f77372f1b35ad6917770 (patch)
tree5ed4e575bc6601c96723c2598ae5816d04d5b623 /docs/markdown
parent7a2b673d405853fc8596dbafee42926da621a057 (diff)
downloadmeson-e313f78465f3d3570838f77372f1b35ad6917770.zip
meson-e313f78465f3d3570838f77372f1b35ad6917770.tar.gz
meson-e313f78465f3d3570838f77372f1b35ad6917770.tar.bz2
fix style errors in fs.relative_to implementation
In commit f52bcaa27fc125ab9ae583af466ba99c164169f3 a few issues were added: - doc typo - imports for utils.universal are not intended to be directly used, it's an internal wrapper that exists solely to make mesonlib work well as it always did while simultaneously allowing `meson --internal` codepaths to avoid importing anything other than an extremely stripped down core - type annotation specific import was imported at runtime scope
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/Fs-module.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Fs-module.md b/docs/markdown/Fs-module.md
index bf9ddba..f136bb9 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()`.