docs: Document the use of American spelling
This commit is contained in:
parent
cf3aee33f4
commit
251c1c85d2
@ -48,6 +48,11 @@ help you on your way:
|
|||||||
|
|
||||||
In general, try to replicate the coding style that is already present. Specifically:
|
In general, try to replicate the coding style that is already present. Specifically:
|
||||||
|
|
||||||
|
### 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.
|
||||||
|
|
||||||
### Common Types
|
### Common Types
|
||||||
|
|
||||||
When writing endpoint definitions, use the following mapping from request /
|
When writing endpoint definitions, use the following mapping from request /
|
||||||
|
@ -10,6 +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
|
||||||
|
//! > differ, as the matrix specification has a mix of British and American English.
|
||||||
|
//!
|
||||||
//! # API features
|
//! # API features
|
||||||
//!
|
//!
|
||||||
//! Depending on which parts of Matrix are relevant to you, activate the following features:
|
//! Depending on which parts of Matrix are relevant to you, activate the following features:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user