update deserialize_cd_keys documentation

This commit is contained in:
Sebastian Hugentobler 2017-11-03 18:37:19 +01:00
parent 2b13a2beff
commit 64a4751cc3

View File

@ -83,7 +83,7 @@ fn deserialize_title<D>(deserializer: D) -> Result<String, D::Error>
/// - if there is at least one `:`
/// - split at `:`
/// - every odd position in the resulting array is a key name, every even its corresponding value
/// - if not
/// - else
/// - the content name is the key name and the value is used as is
///
fn deserialize_cd_keys(content_title: &str, raw_cd_keys: &str) -> BTreeMap<String, String> {