Fix some "`" code markup

This commit is contained in:
Alexander Krotov
2020-02-18 05:06:11 +03:00
parent cda8158bec
commit 6b6be3b03d
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ pub struct Contact {
/// to access this field.
authname: String,
/// E-Mail-Address of the contact. It is recommended to use `Contact::get_addr`` to access this field.
/// E-Mail-Address of the contact. It is recommended to use `Contact::get_addr` to access this field.
addr: String,
/// Blocked state. Use dc_contact_is_blocked to access this field.