ruma: Adjust wording of name spelling note
This commit is contained in:
parent
7a54977d92
commit
0bbaeee7cc
@ -50,8 +50,8 @@ In general, try to replicate the coding style that is already present. Specifica
|
|||||||
|
|
||||||
### Naming
|
### Naming
|
||||||
|
|
||||||
For internal consistency, ruma uses American spelling for variable names. Actual values may differ,
|
For internal consistency, Ruma uses American spelling for variable names. Names may differ in the
|
||||||
as the matrix specification has a mix of British and American English.
|
serialized representation, as the Matrix specification has a mix of British and American English.
|
||||||
|
|
||||||
### Common Types
|
### Common Types
|
||||||
|
|
||||||
|
@ -10,8 +10,9 @@
|
|||||||
//! > ⚠ Some details might be missing because rustdoc has trouble with re-exports so you may need
|
//! > ⚠ Some details might be missing because rustdoc has trouble with re-exports so you may need
|
||||||
//! > to refer to other crates' documentations.
|
//! > to refer to other crates' documentations.
|
||||||
//!
|
//!
|
||||||
//! > 🛈 For internal consistency, ruma uses American spelling for variable names. Actual values may
|
//! > 🛈 For internal consistency, Ruma uses American spelling for variable names. Names may differ
|
||||||
//! > differ, as the matrix specification has a mix of British and American English.
|
//! > in the serialized representation, as the Matrix specification has a mix of British and
|
||||||
|
//! > American English.
|
||||||
//!
|
//!
|
||||||
//! # API features
|
//! # API features
|
||||||
//!
|
//!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user