fix doc comments

This commit is contained in:
Floris Bruynooghe
2023-02-22 18:50:32 +01:00
parent 0ef8d57881
commit 5833a9b347
3 changed files with 6 additions and 5 deletions

View File

@@ -504,7 +504,7 @@ fn decode_webrtc_instance(_context: &Context, qr: &str) -> Result<Qr> {
/// Decodes a [`DCBACKUP_SCHEME`] QR code.
///
/// The format of this scheme is `DCBACKUP:<encoded ticket>`. The encoding is the
/// [`sendme::provider::Ticket`]'s `Display` impl.
/// [`iroh::provider::Ticket`]'s `Display` impl.
fn decode_backup(qr: &str) -> Result<Qr> {
let payload = qr
.strip_prefix(DCBACKUP_SCHEME)