From 45a66f33215949152ec99db1f07afaa6953d8cf7 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 16 Aug 2022 16:06:04 +0200 Subject: [PATCH] doc(crypto-nodejs): Fix a typo. --- bindings/matrix-sdk-crypto-nodejs/src/attachment.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/matrix-sdk-crypto-nodejs/src/attachment.rs b/bindings/matrix-sdk-crypto-nodejs/src/attachment.rs index 14b26b015..c4fee6d15 100644 --- a/bindings/matrix-sdk-crypto-nodejs/src/attachment.rs +++ b/bindings/matrix-sdk-crypto-nodejs/src/attachment.rs @@ -17,7 +17,7 @@ pub struct Attachment; impl Attachment { /// Encrypt the content of the `Uint8Array`. /// - /// It produces an `EncryptedAttachment`, we can be used to + /// It produces an `EncryptedAttachment`, which can be used to /// retrieve the media encryption information, or the encrypted /// data. #[napi]