summaryrefslogtreecommitdiffstats
path: root/src/value.rs
diff options
context:
space:
mode:
authorAleksey Ivanov <ialexxei@gmail.com>2018-04-09 21:26:23 +0300
committerAleksey Ivanov <ialexxei@gmail.com>2018-04-09 21:40:46 +0300
commit9168bd745f088334005f0c206ff5606fd7a531a0 (patch)
treeea2231592a70acd12621da1630f8b35007731b31 /src/value.rs
parent7ba954942ab9acd8b658636cf775c4360ec76272 (diff)
Mark Value docs as text
Diffstat (limited to 'src/value.rs')
-rw-r--r--src/value.rs6
1 files changed, 3 insertions, 3 deletions
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<String>,