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";