File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
crates/typst-library/src/foundations Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ use ecow::EcoString;
22
33use crate :: foundations:: { ty, Repr } ;
44
5- /// 2つの状態を持つ型です。
5+ /// A type with two states.
66///
7- /// ブーリアン型には、 `{true}`と `{false}`という2つの値があります。
8- /// これは、何かの状態がオンであるのかや、有効であるのかなどを示します。
7+ /// The boolean type has two values: `{true}` and `{false}`. It denotes whether
8+ /// something is active or enabled.
99///
10- /// # 例
10+ /// # Example
1111/// ```example
1212/// #false \
1313/// #true \
Original file line number Diff line number Diff line change 1616 "/docs/reference/foundations/array/" : " translated" ,
1717 "/docs/reference/foundations/assert/" : " untranslated" ,
1818 "/docs/reference/foundations/auto/" : " translated" ,
19- "/docs/reference/foundations/bool/" : " translated " ,
19+ "/docs/reference/foundations/bool/" : " untranslated " ,
2020 "/docs/reference/foundations/bytes/" : " untranslated" ,
2121 "/docs/reference/foundations/calc/" : " untranslated" ,
2222 "/docs/reference/foundations/content/" : " untranslated" ,
You can’t perform that action at this time.
0 commit comments