diff --git a/src/config/Config.zig b/src/config/Config.zig index 10b5fe7d4..43b5910f3 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -4261,7 +4261,9 @@ pub const Palette = struct { } }; -/// Path is a path to a single file. +/// SinglePath is a path to a single file. When loading the configuration +/// file, always the last one will be kept and be automatically expanded +/// relative to the path of the config file. pub const SinglePath = struct { const Self = @This();