Skip to content

Commit 9ba9bd9

Browse files
committed
Update crate/typst-library/src/text/case
1 parent 1c5aed7 commit 9ba9bd9

File tree

1 file changed

+2
-2
lines changed
  • crates/typst-library/src/text

1 file changed

+2
-2
lines changed

crates/typst-library/src/text/case.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use crate::foundations::{cast, func, Cast, Content, Str};
22
use crate::text::TextElem;
33

4-
/// 文字列かコンテンツの小文字への変換
4+
/// 文字列やコンテンツを小文字に変換
55
///
66
/// # 例
77
/// ```example
@@ -17,7 +17,7 @@ pub fn lower(
1717
case(text, Case::Lower)
1818
}
1919

20-
/// 文字列かコンテンツの大文字への変換
20+
/// 文字列やコンテンツを大文字に変換
2121
///
2222
/// # 例
2323
/// ```example

0 commit comments

Comments
 (0)