aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Hirsch, Ph.D <scivision@users.noreply.github.com>2019-11-17 00:22:53 -0500
committerMichael Hirsch, Ph.D <scivision@users.noreply.github.com>2019-11-17 00:22:53 -0500
commit0cb48cdc793dfce8c5eeb17e447cbe169e1836d7 (patch)
tree2a85b48a1b5f109612d8f3fc8723341679ef4480 /docs
parent2ae96f859583ed1aa1e78df73ba2895a2604fa8b (diff)
downloadmeson-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')
-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 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'