ruma: Adjust wording of name spelling note

This commit is contained in:
Jonas Platte 2022-08-12 19:38:59 +02:00
parent 7a54977d92
commit 0bbaeee7cc
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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
//! //!