From 07efd41537643b7251f9a5f09bb9268fa86ada7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?bi=C3=B6rn?= Date: Fri, 24 Apr 2026 01:40:03 +0200 Subject: [PATCH] Update deltachat-jsonrpc/src/api.rs Co-authored-by: adb --- deltachat-jsonrpc/src/api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.