Add missing Chinese counting symbols to documentation (#3264)
This commit is contained in:
parent
afc28264e8
commit
d8464a9a81
@ -37,7 +37,7 @@ pub fn numbering(
|
|||||||
engine: &mut Engine,
|
engine: &mut Engine,
|
||||||
/// Defines how the numbering works.
|
/// Defines how the numbering works.
|
||||||
///
|
///
|
||||||
/// **Counting symbols** are `1`, `a`, `A`, `i`, `I`, `あ`, `い`, `ア`, `イ`, `א`, `가`,
|
/// **Counting symbols** are `1`, `a`, `A`, `i`, `I`, `一`, `壹`, `あ`, `い`, `ア`, `イ`, `א`, `가`,
|
||||||
/// `ㄱ`, and `*`. They are replaced by the number in the sequence, in the
|
/// `ㄱ`, and `*`. They are replaced by the number in the sequence, in the
|
||||||
/// given case.
|
/// given case.
|
||||||
///
|
///
|
||||||
@ -114,8 +114,9 @@ cast! {
|
|||||||
|
|
||||||
/// How to turn a number into text.
|
/// How to turn a number into text.
|
||||||
///
|
///
|
||||||
/// A pattern consists of a prefix, followed by one of `1`, `a`, `A`, `i`,
|
/// A pattern consists of a prefix, followed by one of
|
||||||
/// `I`, `あ`, `い`, `ア`, `イ`, `א`, `가`, `ㄱ`, or `*`, and then a suffix.
|
/// `1`, `a`, `A`, `i`, `I`, `一`, `壹`, `あ`, `い`, `ア`, `イ`, `א`, `가`, `ㄱ`, or `*`,
|
||||||
|
/// and then a suffix.
|
||||||
///
|
///
|
||||||
/// Examples of valid patterns:
|
/// Examples of valid patterns:
|
||||||
/// - `1)`
|
/// - `1)`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user