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
|
||||
|
||||
For internal consistency, ruma uses American spelling for variable names. Actual values may differ,
|
||||
as the matrix specification has a mix of British and American English.
|
||||
For internal consistency, Ruma uses American spelling for variable names. Names may differ in the
|
||||
serialized representation, as the Matrix specification has a mix of British and American English.
|
||||
|
||||
### Common Types
|
||||
|
||||
|
@ -10,8 +10,9 @@
|
||||
//! > ⚠ Some details might be missing because rustdoc has trouble with re-exports so you may need
|
||||
//! > to refer to other crates' documentations.
|
||||
//!
|
||||
//! > 🛈 For internal consistency, ruma uses American spelling for variable names. Actual values may
|
||||
//! > differ, as the matrix specification has a mix of British and American English.
|
||||
//! > 🛈 For internal consistency, Ruma uses American spelling for variable names. Names may differ
|
||||
//! > in the serialized representation, as the Matrix specification has a mix of British and
|
||||
//! > American English.
|
||||
//!
|
||||
//! # API features
|
||||
//!
|
||||
|
Loading…
x
Reference in New Issue
Block a user