From beee8c46268105a7976d392cd66a36ef11c6ce32 Mon Sep 17 00:00:00 2001 From: Lennart Kloock Date: Thu, 12 Aug 2021 16:08:28 +0200 Subject: [PATCH] Fix code snippet in arti docs --- arti/README.md | 2 +- arti/src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arti/README.md b/arti/README.md index f14359310..67d8b5b27 100644 --- a/arti/README.md +++ b/arti/README.md @@ -25,7 +25,7 @@ the configuration. configuration file to the list of configuration file. You can use this multiple times: All files will be loaded and merged. -'-c =` sets a configuration option to be applied after all +`-c =` sets a configuration option to be applied after all configuration files are loaded. ## Configuration diff --git a/arti/src/main.rs b/arti/src/main.rs index 3606e24d8..42201793f 100644 --- a/arti/src/main.rs +++ b/arti/src/main.rs @@ -23,7 +23,7 @@ //! configuration file to the list of configuration file. You can use //! this multiple times: All files will be loaded and merged. //! -//! '-c =` sets a configuration option to be applied after all +//! `-c =` sets a configuration option to be applied after all //! configuration files are loaded. //! //! # Configuration