diff --git a/deltachat-jsonrpc/src/api.rs b/deltachat-jsonrpc/src/api.rs index 9c86751f9..f0c698302 100644 --- a/deltachat-jsonrpc/src/api.rs +++ b/deltachat-jsonrpc/src/api.rs @@ -883,7 +883,7 @@ impl CommandApi { /// Get QR code text that will offer a [SecureJoin](https://securejoin.delta.chat/) invitation. /// - /// To reset invitations, pass the link to `set_config_from_qr()``. + /// To reset invitations, pass the link to `set_config_from_qr()`. /// /// If `chat_id` is a group chat ID, SecureJoin QR code for the group is returned. /// If `chat_id` is unset, setup contact QR code is returned.