From b60063abca43729511905fd1a4e1de25e7e4e400 Mon Sep 17 00:00:00 2001 From: Valere Date: Tue, 10 Oct 2023 15:53:45 +0200 Subject: [PATCH] Update src/machine.rs Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- src/machine.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine.rs b/src/machine.rs index 70ad84aa3..d5c637e41 100644 --- a/src/machine.rs +++ b/src/machine.rs @@ -1138,7 +1138,7 @@ impl OlmMachine { /// secrets received during the previous session. /// /// The secrets are guaranteed to have been received over a 1-to-1 encrypted - /// to_device message from a verified own device. + /// to_device message from one of the user's own verified devices. /// /// Returns a `Promise` for a `Set` of `String` corresponding to the secret /// values.