summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsaber.wu <saber.wu@trantect.com>2018-06-15 13:15:43 +0800
committersaber.wu <saber.wu@trantect.com>2018-06-15 13:15:43 +0800
commitf259b6069ddf92becdb5edf300b8e2c2841b4812 (patch)
treef28924974bc703be2a765a007a5a5a91302a5017 /src
parentba6014543dfb4040921bb4809c6b293cfdf33c84 (diff)
fix doc test
Diffstat (limited to 'src')
-rw-r--r--src/value.rs10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/value.rs b/src/value.rs
index a8ae94a..5d7562c 100644
--- a/src/value.rs
+++ b/src/value.rs
@@ -119,19 +119,17 @@ pub struct Value {
/// A description of the original location of the value.
///
/// A Value originating from a File might contain:
- /// ```
+ ///
/// Settings.toml
- /// ```
///
/// A Value originating from the environment would contain:
- /// ```
+ ///
/// the envrionment
- /// ```
///
/// A Value originating from a remote source might contain:
- /// ```
+ ///
/// etcd+http://127.0.0.1:2379
- /// ```
+ ///
origin: Option<String>,
/// Underlying kind of the configuration value.