Comment type fixed

This commit is contained in:
Matthias Beyer 2018-01-27 14:08:35 +01:00
parent 164b6b7f10
commit 30ef3bf0d3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ pub fn build_data_object_for_handlebars<'a>(i: usize, hash: String, vcard: &Vcar
{
data.insert("i" , format!("{}", i));
/// The hash (as in libimagentryref) of the contact
// The hash (as in libimagentryref) of the contact
data.insert("id" , hash);
data.insert("ADR" , vcard.adr()