mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 15:33:45 -04:00
doc: fix typo in contributing guide
The convention is for changelog entries to be in the imperative, not the past tense.
This commit is contained in:
committed by
Damir Jelić
parent
4f49b23751
commit
2829b07305
@@ -92,7 +92,7 @@ This patch adds the `Ed25519PublicKey::to_base64()` method, which allows us to
|
||||
stringify Ed25519 and thus present them to users. It's also commonly used when
|
||||
Ed25519 keys need to be inserted into JSON.
|
||||
|
||||
Changelog: Added the `Ed25519PublicKey::to_base64()` method which can be used to
|
||||
Changelog: Add the `Ed25519PublicKey::to_base64()` method which can be used to
|
||||
stringify the Ed25519 public key.
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user