From 4cbbccb696658db8f520076235435ffc3083d707 Mon Sep 17 00:00:00 2001 From: Astrash Date: Mon, 12 Feb 2024 11:47:14 +1100 Subject: [PATCH] Remove incorrect file name from MetaString example Accidentally left this here when copy pasting Also removes some string quotes for simplicity --- docs/config/development/meta-configuration.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/config/development/meta-configuration.rst b/docs/config/development/meta-configuration.rst index b1e1c39..f122157 100644 --- a/docs/config/development/meta-configuration.rst +++ b/docs/config/development/meta-configuration.rst @@ -194,9 +194,8 @@ Parts of a string with the following format will be replaced with the value they For example: .. code-block:: yaml - :caption: config.yml - thing: "${config.yml:thing1}, ${config.yml:thing2}!" + thing: ${config.yml:thing1}, ${config.yml:thing2}! Inserts the strings from config.yml into ``thing``: