From 253b90acbb8c015e7b57211305106cb49d9f6983 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Thu, 29 Sep 2022 02:31:42 +0300 Subject: [PATCH] Grammar --- examples/valueSubstitution/app.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/valueSubstitution/app.d b/examples/valueSubstitution/app.d index 82b6f89..28bbb39 100644 --- a/examples/valueSubstitution/app.d +++ b/examples/valueSubstitution/app.d @@ -13,7 +13,7 @@ import std.stdio : writeln; import std.process : environment; void main() { - // This example shows how values in configuration can be substituted from + // This example shows how values in configuration can be substituted with // environment variables or other configuration paths. environment["CONFIG_EXAMPLE_SUBJECT"] = "world";