Skip to content

Commit

Permalink
Merge pull request #101 from naomijub/patch-1
Browse files Browse the repository at this point in the history
docs: Replace `he or she` for `they`
  • Loading branch information
laysakura committed Jun 26, 2021
2 parents b46c118 + 0ab02dc commit 08f3905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Then, you can serialize the `Message` into `Vec<u8>` in encrypted form.
let serialized_encrypted_message: Vec<u8> = encrypted_message.serialize()?;
```

After your peer gets the binary, he or she can decrypt and deserialize it to `Message`.
After your peer gets the binary, they can decrypt and deserialize it to `Message`.

```rust
let shared_key = [0u8; 32]; // or your peer reads from filesystem?
Expand Down

0 comments on commit 08f3905

Please sign in to comment.