From 9168bd745f088334005f0c206ff5606fd7a531a0 Mon Sep 17 00:00:00 2001 From: Aleksey Ivanov Date: Mon, 9 Apr 2018 21:26:23 +0300 Subject: Mark Value docs as text --- src/value.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/value.rs') diff --git a/src/value.rs b/src/value.rs index a8ae94a..4a3186b 100644 --- a/src/value.rs +++ b/src/value.rs @@ -119,17 +119,17 @@ pub struct Value { /// A description of the original location of the value. /// /// A Value originating from a File might contain: - /// ``` + /// ```text /// Settings.toml /// ``` /// /// A Value originating from the environment would contain: - /// ``` + /// ```text /// the envrionment /// ``` /// /// A Value originating from a remote source might contain: - /// ``` + /// ```text /// etcd+http://127.0.0.1:2379 /// ``` origin: Option, -- cgit v1.2.3