From 0cb48cdc793dfce8c5eeb17e447cbe169e1836d7 Mon Sep 17 00:00:00 2001 From: "Michael Hirsch, Ph.D" Date: Sun, 17 Nov 2019 00:22:53 -0500 Subject: fs: make replace_suffix not expand file to absolute path, just manipulate the string --- docs/markdown/Fs-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown') 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' -- cgit v1.1