diff options
author | Michael Hirsch, Ph.D <scivision@users.noreply.github.com> | 2019-11-17 00:22:53 -0500 |
---|---|---|
committer | Michael Hirsch, Ph.D <scivision@users.noreply.github.com> | 2019-11-17 00:22:53 -0500 |
commit | 0cb48cdc793dfce8c5eeb17e447cbe169e1836d7 (patch) | |
tree | 2a85b48a1b5f109612d8f3fc8723341679ef4480 /docs/markdown | |
parent | 2ae96f859583ed1aa1e78df73ba2895a2604fa8b (diff) | |
download | meson-0cb48cdc793dfce8c5eeb17e447cbe169e1836d7.zip meson-0cb48cdc793dfce8c5eeb17e447cbe169e1836d7.tar.gz meson-0cb48cdc793dfce8c5eeb17e447cbe169e1836d7.tar.bz2 |
fs: make replace_suffix not expand file to absolute path, just manipulate the string
Diffstat (limited to 'docs/markdown')
-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 9a3ab10..45cb589 100644 --- a/docs/markdown/Fs-module.md +++ b/docs/markdown/Fs-module.md @@ -73,7 +73,7 @@ fs.samefile(x, z) # true The `replace_suffix` method is a *string manipulation* convenient for filename modifications. It allows changing the filename suffix like: -## swap suffix +#### swap suffix ```meson original = '/opt/foo.ini' |