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]