Skip to content

Commit 11adf43

Browse files
ijacksonmatthiasbeyer
authored andcommitted
Fix a doc link by properly marking Vec<String>
Signed-off-by: Ian Jackson <[email protected]> Signed-off-by: Matthias Beyer <[email protected]>
1 parent 7d225a1 commit 11adf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pub struct Environment {
4141
/// Optional character sequence that separates each env value into a vector. only works when try_parsing is set to true
4242
/// Once set, you cannot have type String on the same environment, unless you set list_parse_keys.
4343
list_separator: Option<String>,
44-
/// A list of keys which should always be parsed as a list. If not set you can have only Vec<String> or String (not both) in one environment.
44+
/// A list of keys which should always be parsed as a list. If not set you can have only `Vec<String>` or `String` (not both) in one environment.
4545
list_parse_keys: Option<Vec<String>>,
4646

4747
/// Ignore empty env values (treat as unset).

0 commit comments

Comments
 (0)